-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.49 KB
/
Copy pathindex.html
File metadata and controls
34 lines (30 loc) · 1.49 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="C++ developer. CS2 enjoyer." />
<meta name="color-scheme" content="dark" />
<title>ThrowTop</title>
<meta property="og:title" content="ThrowTop" />
<meta property="og:description" content="C++ developer. CS2 enjoyer." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://throwtop.dev/pfp.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<meta property="og:url" content="https://throwtop.dev/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="ThrowTop" />
<meta name="twitter:description" content="C++ developer. CS2 enjoyer." />
<meta name="twitter:image" content="https://throwtop.dev/pfp.jpg" />
<link rel="icon" type="image/png" sizes="64x64" href="/pfp-64.png" />
<link rel="shortcut icon" type="image/png" href="/pfp-64.png" />
<link rel="apple-touch-icon" href="/pfp-64.png" />
</head>
<body class="min-h-screen bg-neutral-950 font-sans text-neutral-100 antialiased selection:bg-blue-400/20">
<div id="app"></div>
<div id="live" class="sr-only" aria-live="polite" aria-atomic="true"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>