-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (31 loc) · 1.22 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#7c3aed" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@faergeek" />
<title>Violette</title>
<meta property="og:title" content="Violette" />
<meta name="twitter:title" content="Violette" />
<meta name="description" content="Subsonic client" />
<meta property="og:description" content="Subsonic client" />
<meta name="twitter:description" content="Subsonic client" />
<meta
property="og:image"
content="https://repository-images.githubusercontent.com/909927352/c10a3513-fee9-4f9e-9177-2025f6143552"
/>
<meta
name="twitter:image"
content="https://repository-images.githubusercontent.com/909927352/c10a3513-fee9-4f9e-9177-2025f6143552"
/>
</head>
<body>
<div id="app"></div>
<script src="./src/index.tsx" type="module"></script>
</body>
</html>