-
Notifications
You must be signed in to change notification settings - Fork 0
/
inwork.html
33 lines (30 loc) · 1.24 KB
/
inwork.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
<html>
<head>
<title>Blackstone - Page In Works</title>
<link rel="stylesheet" href="index.css">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap" rel="stylesheet">
<!-- mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/mods.html">Mods</a></li>
<li><a href="/inwork.html">Docs</a></li>
<li><a href="https://contact.andus.dev">Support</a></li>
</ul>
<div class="main">
<h1>This Page is not ready!</h4>
<h2>Congrats!</br>
You've just found a page that you shouldn't..</h2>
<h2>Well.. That's awkward, isn't it? hah..</h2>
<h2>Stay here or <a class="link" href="/index.html">return to home</a></h2>
</div>
</body>
<footer class="footer">
<a class="link socials" href="https://github.com/Blackstone-Team">Github</a>
<p>Website by <a class="link" href="https://andus.dev/">Andus</a></p>
</footer>
</html>