-
Notifications
You must be signed in to change notification settings - Fork 1
/
502.html
62 lines (56 loc) · 1.36 KB
/
502.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
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<title>502 Bad Gateway - VNOJ</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
hr {
margin: 0 22em;
}
body {
background: #f5f5f5;
padding-top: 3em;
}
.popup {
width: 30%;
display: table;
text-align: center;
margin: 0px auto;
border: 3px solid rgb(41, 128, 185);
border-radius: 30px;
box-shadow: 5px 5px 10px rgb(85, 85, 85);
}
.display {
position: fixed;
text-align: center;
width: 100%;
}
.logo {
top: 25%;
width: 115px;
text-align: center;
padding-top: 1em;
}
.msg {
font-size: 1.2em;
color: rgb(85, 85, 85);
}
</style>
</head>
<body>
<div class="display">
<hr>
<br>
<div class="popup">
<div>
<img class="logo" src="/logo.png" alt="VNOJ">
</div>
<h1 style="width: 100%;">Oops, VNOJ is down.</h1>
</div>
<br>
<hr>
<br>
<h2 class="msg">But don't worry, we'll be back soon.</h2>
</div>
</body>
</html>