-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.81 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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="UTF-8" />
<title>CloudCraft Online Maps</title>
<meta content="An archive of CloudCraft's online maps of finished project." name="description" />
<meta name="keywords" content="online maps, cloudcraft, cloudcraftmc, cloudcraftprojects, community, communityserver, minecraft, minecraftserver, server, discord" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<style>
html {
color-scheme: dark !important;
font-family: "Liberation Sans", "Open Sans", "Arial", "Verdana", "Helvetica", "sans-serif";
}
.flex {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5em;
font-size: 1.3rem;
line-height: 1.1rem;
}
p {
margin: 0px;
margin-top: 0.5em;
text-align: center;
}
</style>
</head>
<body class="flex">
<h1>Archive of CloudCraft's old online maps</h1>
<div class="flex">
Currently archived maps:
<a href="/craftattack10/">CraftAttack 10</a>
</div>
<p>
<a href="https://cloudcraftmc.de/">Click here to go back to the homepage.</a>
</p>
<p>
This archive is hosted using <a href="https://pages.github.com/">GitHub Pages</a>,<br />
the repository is available at <a href="https://github.com/CloudCraftProjects/cloudcraft-maps">CloudCraftProjects/cloudcraft-maps</a>
</p>
</body>
</html>