-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·46 lines (44 loc) · 1.73 KB
/
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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>WikiToLearn Maintenance</title>
<link rel="stylesheet" href="/css/normalize.css?wtl_maintenance_asset=1" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="/css/main.css?wtl_maintenance_asset=1" media="screen" title="no title" charset="utf-8">
<link rel="icon" href="/favicon.ico?wtl_maintenance_asset=1" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css' >
</head>
<body>
<section id="maintenance">
<header>
<h1>
We will be back soon!
</h1>
</header>
<img id="logo" src="/images/logo.png?wtl_maintenance_asset=1" alt="WikiToLearn Logo">
<p id="inconvenience">
Sorry about the inconvenience - we are performing some maintenance at the moment.
<br>
<!-- {% if maintenance_time_end is defined %} -->
<span> The maintenance will end at around {{ maintenance_time_end }}. </span>
<!-- {% else %} -->
<span> The maintenance will end as soon as possible </span>
<!-- {% endif %} -->
<br>
More updates on our
<a href="//facebook.com/WikiToLearn" rel = "nofollow" target = "_blank"/>Facebook page</a>
or on our <a href="//twitter.com/wikitolearn" rel = "nofollow" target = "_blank">Twitter feed</a>.
</p>
</section>
<p id="team">
Thanks for the attention, WikiToLearn team
</p>
<section id="bottom">
<div id = "wiki-colors">
<img src = "/images/lines2.svg?wtl_maintenance_asset=1" alt = "Lines" id = "#lines">
</div>
</section>
</body>
</html>