-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.03 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, shrink-to-fit=no" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f9f6ee" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#28282b" />
<title>ΛNΛLOG</title>
<link rel="stylesheet" href="/styles.css">
<link rel="icon" type="image/png" href="/favicon-dark.png" sizes="32x32" media="(prefers-color-scheme: dark)" />
<link rel="icon" type="image/png" href="/favicon-light.png" sizes="32x32" media="(prefers-color-scheme: light)" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
</head>
<body>
<div id="root">
<div class="header">
<div class="logo"><div>ΛNΛ</div><div>LOG</div></div>
<div class="title" id="title"></div>
</div>
<div id="loading"></div>
</div>
<script type="module" src="/src/app.ts"></script>
</body>
</html>