-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (27 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>drumstix42.github.io</title>
<link rel="icon" href="/favicon.ico" />
<meta name="title" content="drumstix42.github.io — Gaming/technology related tools">
<meta name="description" content="A small online resource for gaming/technology related tools.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://drumstix42.github.io/">
<meta property="og:title" content="drumstix42.github.io — Gaming/technology related tools">
<meta property="og:description" content="A small online resource for gaming/technology related tools.">
<!-- <meta property="og:image" content=".png"> -->
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://drumstix42.github.io/">
<meta property="twitter:title" content="drumstix42.github.io — Gaming/technology related tools">
<meta property="twitter:description" content="A small online resource for gaming/technology related tools.">
<!-- <meta property="twitter:image" content=".png"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="w-full h-full m-0 p-0" style="background-color: rgb(16, 16, 20)">
<div id="app" class="w-full h-full flex flex-column align-items-stretch"></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>