-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (38 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Uncharted Systems
</title>
<style>
a { text-decoration: none; }
</style>
</head>
<body style="margin: 0px;
min-height: 100vh;">
<div style="display: flex;
flex-direction: column;
align-items: center;
align-content: center;
justify-content: center;
min-height: 100vh;">
<h2 style="font-family: verdana,tahoma,arial;
text-align: center;
margin-bottom: 0px;">
Uncharted.Systems is getting <a href="https://github.com/UnchartedSystems/unchartedsystems.github.io">renovated</a>!
</h2>
<h4 style="font-family: verdana,tahoma,arial;
text-align: center;">
Come back soon :)
</h4>
</div>
</body>
</html>
<!-- <html lang="en"> -->
<!-- <head> -->
<!-- <meta charset="UTF-8"> -->
<!-- <title>index</title> -->
<!-- </head> -->
<!-- <body> -->
<!-- <meta http-equiv='refresh' content='0; URL=blog/main'> </body> -->
<!-- </html> -->