-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Topher's Tools</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#2F2E34">
<meta name="description" content="Various tools, all made by Topher.">
<meta content="@tophtacular" name="author">
<meta property="og:title" content="Topher's Tools">
<meta property="og:site_name" content="Topher's Tools">
<meta content="Various tools, all made by Topher." property="og:description">
<meta property="og:type" content="website">
<meta content="summary_large_image" name="twitter:card">
<meta content="@tophtacular" name="twitter:site">
<meta content="@tophtacular" property="twitter:creator">
<meta content="Topher's Tools" name="twitter:title">
<meta content="Various tools, all made by Topher." name="twitter:description">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>