forked from cozuya/secret-hitler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path502.html
More file actions
59 lines (59 loc) · 1.09 KB
/
502.html
File metadata and controls
59 lines (59 loc) · 1.09 KB
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
55
56
57
58
59
<!DOCTYPE html>
<head>
<title>Secret Hitler .io Maintenence</title>
<style>
@media screen and (min-width: 1001px) {
body {
text-align: center;
padding: 150px;
}
article {
display: block;
text-align: left;
width: 650px;
margin: 0 auto;
}
}
h1 {
font-size: 50px;
}
body {
font: 20px Helvetica, sans-serif;
color: #eee;
background: #333;
}
a {
color: #21bae0;
text-decoration: none;
}
a:hover {
color: #dc8100;
text-decoration: none;
}
@media screen and (max-width: 1000px) {
body {
text-align: center;
width: 100vw;
padding: 150px 0;
}
article {
display: block;
text-align: left;
width: 90vw;
margin: 0 auto;
}
}
</style>
</head>
<body>
<article>
<h1>Secret Hitler .io is updating!</h1>
<div>
<p>
We should be back very soon! You can always check the status of the site in the #development channel on our
<a href="https://discord.gg/secrethitlerio">Discord Server</a>, otherwise check back shortly!
</p>
<p>— coz (Site Admin)</p>
</div>
</article>
</body>