-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (50 loc) · 1.99 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1.0,minimum-scale=1.0"
/>
<title>emobu</title>
<link
rel="preload"
href="https://unpkg.com/modern-css-reset/dist/reset.min.css"
as="style"
/>
<link
rel="stylesheet"
href="https://unpkg.com/modern-css-reset/dist/reset.min.css"
/>
<link
rel="preload"
href="https://unpkg.com/balloon-css/balloon.min.css"
as="style"
/>
<link
rel="stylesheet"
href="https://unpkg.com/balloon-css/balloon.min.css"
/>
<link
rel="icon"
href="https://raw.githubusercontent.com/googlefonts/noto-emoji/b312b3dea80ea4723705bbe315d400ae1bd2da96/svg/emoji_u23f2.svg"
type="image/svg"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Color+Emoji&display=swap&text=%21%22%23%24%25%26%27%28%29*%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E+%E2%8F%AF%EF%B8%8F%F0%9F%94%80%E2%86%A9%EF%B8%8F%F0%9F%9A%97%F0%9F%99%89%F0%9F%99%88%F0%9F%90%88%F0%9F%93%A1%E2%8F%B2%EF%B8%8F%F0%9F%91%8B%E2%9E%95"
as="style"
/>
<link
href="https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Color+Emoji&display=swap&text=%21%22%23%24%25%26%27%28%29*%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E+%E2%8F%AF%EF%B8%8F%F0%9F%94%80%E2%86%A9%EF%B8%8F%F0%9F%9A%97%F0%9F%99%89%F0%9F%99%88%F0%9F%90%88%F0%9F%93%A1%E2%8F%B2%EF%B8%8F%F0%9F%91%8B%E2%9E%95"
rel="stylesheet"
/>
<link href="/main.css" rel="stylesheet" />
</head>
<body>
<div id="mobu"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>