-
Notifications
You must be signed in to change notification settings - Fork 166
/
index.html
28 lines (23 loc) · 957 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quotes — Every Day Inspirasional Quotes</title>
<meta name="theme-color" content="#7c3aed">
<!-- Preconnect -->
<link rel="preconnect" href="https://img.shields.io">
<link rel="preconnect" href="https://avatars.githubusercontent.com">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:image" content="https://quotes.nyan.my.id/screenshot.png?v=1.3">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="https://quotes.nyan.my.id/screenshot.png?v=1.3">
</head>
<body class="dark:bg-gray-800">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>