-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Big Clock</title>
<meta charset="utf-8" />
<meta property="og:site_name" content="812125.xyz" />
<meta property="og:title" content="Big Clock" />
<meta
property="og:description"
content="A random website on the internet"
/>
<meta property="og:image" content="https://812125.xyz/812125.png" />
<meta property="og:url" content="https://812125.xyz/" />
<meta property="theme-color" content="#141414" />
<meta name="color-scheme" content="dark" />
<meta name="author" content="812125.xyz" />
<meta name="description" content="A random website on the internet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="https://812125.xyz/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
</head>
<body>
<main />
<script type="module" src="/src/main.tsx"></script>
</body>
</html>