-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (38 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="https://zyrouge.github.io/upright-quotes/logo.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UprightQuotes</title>
<meta name="title" content="UprightQuotes" />
<meta name="og:title" content="UprightQuotes" />
<meta
name="description"
content="✨ Curated list of deep-meaning quotes as text or image."
/>
<meta
name="og:description"
content="✨ Curated list of deep-meaning quotes as text or image."
/>
<meta name="author" content="Zyrouge, [email protected]" />
<meta
name="og:image"
content="https://zyrouge.github.io/upright-quotes/logo.png"
/>
<meta property="og:type" content="website" />
<meta name="robots" content="all" />
<meta name="theme-color" content="#171717" />
<link
href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@1,400;1,700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>