-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaintenance.html
28 lines (28 loc) · 946 Bytes
/
maintenance.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Maintenance</title>
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="darkmode/styles.css">
<script src="darkmode/darkmode.js" defer></script>
<script src="https://komas19.pages.dev/connection.js"></script>
<script src="darkmode/project.js" defer></script>
</head>
<body>
<header>
<button class="darkmode" title="darkmode switch" aria-hidden="true"></button>
</header>
<main></main>
<footer></footer>
<!--<div class="connection-container">-->
<!-- The status box will be created dynamically using JavaScript -->
<!--</div>-->
<!--<script src="connection.js"></script>-->
<script src="maintenance.js"></script>
<h1>Site is temporarily unavailable.</h1>
<p>Site is under maintenance.</p>
<p>We apologize for any inconvenience.</p>
<p>Please check back soon.</p>
</body>
</html>