forked from ksalokya/simple_site_maintenance
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 773 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="favicon.ico" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="styles.css">
<title>Site Maintenance</title>
</head>
<body>
<div class="article">
<h1>We’ll be back soon!</h1>
<div>
<p>Sorry for the inconvenience but we’re performing some maintenance at this moment.
If you need any help you can always <a href="mailto:codemergers.org@gmail.com">contact us</a>, otherwise we’ll be back online shortly!</p>
<p>— Team Code Mergers</p>
</div>
</div>
</body>
</html>