-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
29 lines (23 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<!-- bunny fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=nunito-sans:300,400,600" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Samurai." content="Samurai.">
<meta name="description" content="An unofficial listing of Rhythm Doctor custom levels">
<!-- open graph -->
<meta content="Rhythm Doctor Custom Levels" property="og:title">
<meta content="An unofficial listing of Rhythm Doctor charts" property="og:description">
<meta content="Rhythm Café" property="og:site_name">
<meta content='https://media.discordapp.net/attachments/409492674576384000/554814030473199633/barista_bot_images_3.png' property='og:image'>
<title>rhythm café (rhythm doctor custom levels)</title>
</head>
<body>
<div id="orchard"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>