-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 1.11 KB
/
index.html
File metadata and controls
23 lines (22 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="assets/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>Website Coming Soon</title>
</head>
<body>
<div class="viewport">
<div class="text-box">
<img src="assets/07craft-logo.png" alt="07craft, RuneScape in Minecraft" />
<p class="title"><i>Returning soon</i></p>
<p class="subtitle">In the meantime, browse the <a href="https://map.07craft.com">interactive map</a>!<br>
<small>And follow us on <a href="https://bsky.app/profile/07craft.com">Bluesky</a>!</small></p>
<p></p>
</div>
<!--<p class="footer">Website designed by <a href="http://github.com/charliebritton">Charlie Britton</a>. | Free placeholder from <a href="http://github.com/charliebritton/website-placeholder">here</a>. | Version 1.1</p>-->
<p class="footer">Run by <a href="https://wizardcm.com" target="_blank">WizardCM</a> <img src="./assets/wizardcm.png"></p>
</div>
</body>
</html>