forked from BarbourSmith/Abundance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 675 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en" class="dark-theme">
<head>
<title>Abundance - BETA</title>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
/>
<link rel="icon" href="/public/imgs/abundance_logo.png" />
<!-- should change for deployment probably -->
<!-- <link rel="stylesheet" href="https://unpkg.com/mvp.css"> -->
</head>
<body>
<div id="root"></div>
<div id="overlay-root"></div>
<script type="module" src="/src/index.jsx"></script>
<script type="module" src="/KirimotoUpdate.js"></script>
</body>
</html>