-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (36 loc) · 1005 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
type="image/jpg"
href="https://i.ibb.co/SBX2vY1/inkthoughtinvis.png"
/>
<link rel="icon" href="https://i.ibb.co/SBX2vY1/inkthoughtinvis.png" />
<meta name="theme-color" content="#000" />
<meta property="og:site_name" content="honkers | status" />
<meta
property="og:image"
content="https://i.ibb.co/SBX2vY1/inkthoughtinvis.png"
/>
<meta property="og:title" content="honkers | status" />
<meta name="description" content="honkers | status" />
<meta property="og:description" content="honkers | status" />
<title>honkers | status</title>
</head>
<body>
<iframe src="https://honkers.statuspage.io/#"></iframe>
</body>
<style>
iframe {
height: 100vh;
width: 100vw;
}
body {
margin: 0;
}
</style>
<body>
</html>