-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://arcane.city">
<meta property="og:type" content="website">
<meta property="og:title" content="Arcane City - Event Guide">
<meta property="og:image" content="/apple-icon-180x180.png">
<meta property="og:description"
content="A calender of events, concerts, club nights, weekly and monthly events series, promoters, artists, producers, djs, venues and other entities.">
<meta name="description"
content="A calender of events, concerts, club nights, weekly and monthly events series, promoters, artists, producers, djs, venues and other entities.">
<title>Arcane City - Event Guide</title>
<link rel="icon" href="/apple-icon-180x180.png" type="image/x-icon">
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" href="/apple-icon-180x180.png">
<link rel="alternate" type="application/rss+xml" href="https://arcane.city" title="RSS Feed - Arcane City">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>