-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 894 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
<html>
<head>
<style>
:root {
--font-family-inter:"Inter", Helvetica;
}
body {
background-color: #1A1A1A;
background-image: url("bg.svg");
background-size: 100%;
background-repeat: repeat;
padding: 20px;
color: white;
font-family:var(--font-family-inter);
font: bold;
text-align: center;
}
.date {
color: #999999;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>frost</title>
<meta content="frost portal 🤙" property="og:title"/>
</head>
<body>
<h1>Work In Progress <span class="date">| 09.27.24</span></h1>
<label>main page is currently in development.</label>
</body>
</html>