-
Notifications
You must be signed in to change notification settings - Fork 0
/
503.html
82 lines (63 loc) · 1.55 KB
/
503.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<style>
body {
background: #333;
}
.container {
background: white;
margin: 0 auto;
margin-top: 4.0em;
max-width:800px;
padding: 0.5em;
}
.content {padding: 1em;}
.main { background: white; }
h1 {
margin: 0;
font-size: 5.0em;
}
h2 {
color:#4E7985;
font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 2.0em;
font-weight: 200;
}
h3 {
color:#4E7985;
font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.2em;
font-weight: 200;
}
#ham {
font-weight: 700;
}
@media screen and (min-width: 600px) {
body {margin:1em;}
.content {
display: flex;
}
.main {
flex: 3;
order: 1;
}
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<article class="main">
<h1>⛔</h1>
<h2><p><span id="ham">HAMBURG</span> OPEN SCIENCE</p><p>Wartung / Maintenance</p></h2>
<hr />
<p><h3>Aktuell führen wir Wartungs- und Installationsarbeiten an unserem Webauftritt durch. Bitte haben Sie etwas Geduld. Wir freuen uns, wenn Sie unsere Webseite bald wieder besuchen.</h3></p>
<hr />
<p><h3>Currently we are carring out maintenance and installation work on our website. We appreciate your patience and look forward to seeing you again soon.</h3></p>
</article>
</div>
</div>
</body>
</html>