-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (28 loc) · 974 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta base="/" />
<link rel="icon" href="/favicon.ico" />
<link rel="manifest" href="manifest.json" />
<meta charset="UTF-8" />
<!-- CONFIG -->
<!-- Enter your own title -->
<title>KekUpload</title>
<meta name="title" title="KekUpload" />
<meta property="og:title" content="KekUpload" />
<!-- Enter your own description -->
<meta name="description" content="Upload everything" />
<meta property="og:description" content="Upload everything" />
<meta property="twitter:description" content="Upload everything" />
<!-- Enter your own theme color -->
<meta name="theme-color" content="#000000" />
<!-- CONFIG -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" id="theme" href="/themes/matrix.css" />
<script src="theme.js"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>