-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path502.html
47 lines (41 loc) · 954 Bytes
/
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
<!-- This file is currently stored in /var/www/html/502.html -->
<!doctype html>
<title>Site Maintenance</title>
<style>
body {
text-align: center;
padding-top: 10%;
}
h1 {
font-size: 50px;
}
body {
font: 20px Helvetica, sans-serif;
color: #333;
}
article {
display: block;
text-align: left;
width: 80%;
margin: 0 auto;
}
a {
color: #dc8100;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: none;
}
</style>
<article>
<h1>We’ll be back soon!</h1>
<div>
<p>
Sorry for the inconvenience but we’re performing some maintenance at the moment.
If you need to you can always contact us at our email, but we should be back online
shortly!
</p>
<p>Email: osdg AT students.iiit.ac.in</p>
</div>
</article>