-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.34 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
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="Favicon.png">
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
/>
<title>Galaxy Alpha</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<style>
html,
body {
background-color: rgb(0, 10, 42);
}
</style>
<meta name="darkreader-lock" />
<link href="style.css" rel="stylesheet" type="text/css" />
<meta name="color-scheme" content="light dark" />
</head>
<body>
<script
defer
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/jshashes/1.0.8/hashes.min.js"
></script>
<script
defer
src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.22.0/ace.min.js"
integrity="sha512-q6CTB0jS+VuJnSct82rVcWlI06LGzNjaG3CWenHWVUncRvc4UQMFkA3a5Ip880xr+lBx38FcHDclOxPdSg+sBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="./assets/localforage.min.js"></script>
<script defer src="core.js"></script>
</body>
</html>