-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 1.21 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
49
50
51
52
53
54
<html><head>
<link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;700&display=swap" rel="stylesheet">
<title>Under Development | Minecraft Horizons</title>
<style>
h1 {
font-size: 5vw;
font-family: 'Kumbh Sans', sans-serif;
margin: 0px;
position: relative;
top: 10vh
}
p, a {
font-size: 15pt;
font-family: 'Kumbh Sans', sans-serif;
margin: 0px;
}
body {
display: flex;
justify-content: center;
}
p.ces{
margin-top: 50px;
color: lightgray;
}
.copyleft {
display:inline-block;
transform: rotate(180deg);
}
.content{
max-width: 60vw;
position: absolute;
top: 25vh;
}
.hbox{
display: flex;
margin: 0px;
}
img {
height: 25vh;
width: auto;
}
</style>
</head>
<body>
<div class="content">
<div class="hbox">
<img src="img/development.png" align="middle">
<h1>Under Development</h1>
</div>
<p align="center">It looks like the site you're trying to access isn't ready yet.<br>If you are a developer, make sure you're connecting to the development URL instead of the master URL.<br><br>Trying to access the <a href="https://forums.mchorizons.ga">Forums</a>?</p><p class="ces" align="center"><span class="copyleft">©</span> 2020 Cesium</p></div>
</body></html>