-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
36 lines (28 loc) · 1014 Bytes
/
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Coming Soon Website Template</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700%7CPoppins:400,500" rel="stylesheet">
<link href="assets/css/styles.css" rel="stylesheet">
</head>
<body>
<div class="main-content" style="">
<div class="display-table">
<div class="display-table-cell">
<h1 class="title"><b>Site under maintenance</b></h1>
<p class="subtitle">
we are sorry for the inconvenience, <br> {website url/name} is temporarily down for maintenance
</p>
<p>
<small>
if you have any questions, you can contact us through <a href="mailto:{myemail.com}">{info.myemail.com}</a>
</small>
</p>
</div>
</div>
</div>
</body>
</html>