-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.28 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
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./style.css">
<link rel="icon" type="image/x-icon" href="./assets/meta/icon.png">
<title>EconValues</title>
<meta property="og:site_name" content="quark88.github.io/econvalues">
<meta property="og:title" content="EconValues">
<meta property="og:type" content="website">
<meta property="og:description" content="This used to exist. Perhaps it will again.">
<meta property="og:url" content="https://quark88.github.io/econvalues/">
<meta property="og:image" content="https://quark88.github.io/econvalues/assets/embed-icon.png">
<meta name="theme-color" content="#00a0ff" data-react-helmet="true">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html,
body {
width: 100vw;
height: 100vh;
background-color: #202020;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
}
h1 {
color: #ffffff;
font-size: 8vmax;
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>Site in construction</h1>
</body>
</html>