-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
26 lines (26 loc) · 1.24 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
<!Doctype HTML>
<html>
<head>
<title>Cogs.Red System Report</title>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="static/styles.css">
<!-- Meta tags go here -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta property="og:description" content="See how Cogs.Red is doing">
<meta property="og:title" content="Cogs.Red System Report">
<meta property="og:url" content="https://status.cogs.red">
<meta property="og:image" content="https://static.cogs.red/img/icon.png">
<meta property="og:type" content="website">
<meta property="twitter:domain" content="status.cogs.red">
<meta property="twiiter:image" content="https://static.cogs.red/img/icon.png">
<meta property="twitter:site" content="@orels1tips">
<meta property="twitter:card" content="summary">
<meta property="twitter:description" content="See how Cogs.Red is doing">
<link rel="icon" href="https://static.cogs.red/img/icon.png">
</head>
<body>
<div id="statuspage"></div>
<script src="https://use.fontawesome.com/7c24710333.js"></script>
<script src="static/bundle.js"></script>
</body>
</html>