-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.14 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title><codeAspiras/></title>
<link rel="stylesheet" href="./assets/css/main.css" />
</head>
<body class="initializing">
<div id="bg-color"></div>
<div class="mode-control">
<img src="./assets/svg/sun.svg" class="sun" />
<img src="./assets/svg/moon.svg" class="moon" />
</div>
<section id="temporary-page">
<div class="box">
<h1><codeAspiras/></h1>
<div class="box-body">
<h2>Under maintenance.</h2>
<p>Looks like forever, but someday we'll change this into something else. :)</p>
</div>
</div>
<a href="https://discord.gg/V9crjS9jft" target="_blank" class="icon-link" title="Join us on Discord"><img src="./assets/svg/icons8-discord.svg" alt="Discord icon" /></a>
</section>
<script type="text/javascript" src="./assets/js/cookie.js"></script>
<script type="text/javascript" src="./assets/js/day-night-modes.js"></script>
</body>
</html>