-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
37 lines (37 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!-- Status page developed by UptimeMatrix, a venture by Layeredy LLC (Version 2.5.9). | github.com/layeredy/uptimematrix-statuspage-pulse -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UptimeMatrix | Status (Demo)</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="https://cdn.layeredy.com/uptimematrix/logo.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<meta name="description" content="Demo | github.com/layeredy">
<meta property="og:title" content="Demo">
<meta property="og:description" content="Get up-to-date information on the status of Layeredy's services.">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div class="container">
<div id="announcement-bar"></div>
<h1><a href="https://uptimematrix.com"><img src="https://cdn.layeredy.com/uptimematrix/wordmark.png" alt="UptimeMatrix" class="logo"></a></h1>
<div id="overall-status"></div>
<div id="services"></div>
<div id="maintenance-alerts"></div>
<div id="status-updates"></div>
<div id="theme-toggle-container">
<button id="theme-toggle" aria-label="Toggle theme">
<i class="bi bi-moon-fill"></i>
</button>
</div>
<div class="copyright">
Status page by <a href="https://uptimematrix.com" target="_blank"><strong>UptimeMatrix</strong> <!-- You can disable this in data.json (but please don't! Support open source projects!) -->
</div>
</div>
<script src="script.js"></script>
</body>
</html>
<!-- Status page developed by UptimeMatrix, a venture by Layeredy LLC (Version 2.5.9). | github.com/layeredy/uptimematrix-statuspage-pulse -->