-
Notifications
You must be signed in to change notification settings - Fork 11
/
offline.html
executable file
·31 lines (31 loc) · 1.1 KB
/
offline.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
<!Doctype html>
<html>
<head>
<title>Wartungsmodus - maintenance mode</title>
<link href="../core/Core/View/Style/base.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<a class="logo" href="index.php"></a>
</div>
<div class="maintenance-content">
<img alt="image" src="../core/Core/View/Media/settings.png">
<h1>Maintenance Mode</h1>
<br />
<span>Sorry for the inconvenience.</span>
<br />
<span>Our Website is currently undergoing scheduled</span>
<br />
<span>maintenance.</span>
<br />
<br />
<span>Thank you for your understanding.</span>
<br />
</div>
<div id="footer">
<a href="https://www.cloudrexx.com" target="_blank">© CLOUDREXX AG, Switzerland</a>
</div>
</div>
</body>
</html>