-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 1015 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Chart-themed and open-source SVG icon collection" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Sparkle Icons" />
<meta property="og:image" content="https://sparkles.slaylines.io/cover.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sparkle Icons" />
<meta name="twitter:image" content="https://sparkles.slaylines.io/cover.png" />
<link rel="icon" type="image/png" href="https://sparkles.slaylines.io/favicon.png" />
<script defer
src="https://us.umami.is/script.js"
data-website-id="0265d08a-df7a-43f1-bf0f-c2ae46b8ae8b"
></script>
<title>Sparkle Icons</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>