-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 804 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>Ronnia Dashboard</title>
<meta content="Ronnia Dashboard" property="og:title" />
<meta content="Dashboard for the Twitch to osu! request bot Ronnia." property="og:description" />
<meta content="https://ronnia.me/" property="og:url" />
<meta content="/favicon.png" property="og:image" />
<meta content="#e84545" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>