forked from InventiveRhythm/fluXis-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (16 loc) · 763 Bytes
/
index.html
File metadata and controls
17 lines (16 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="darkreader" content="meow">
<script src="https://kit.fontawesome.com/560d9e0b95.js" crossorigin="anonymous"></script>
<title>fluXis</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/css/flag-icons.min.css" />
</head>
<body class="bg-dark-1 text-dark-text selection:bg-highlight selection:text-dark-1">
<div id="app"></div>
<script type="module" src="/scripts/config-utils.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>