-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 988 Bytes
/
index.html
File metadata and controls
24 lines (23 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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">
<title>Lukas Baum Web</title>
</head>
<body>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
<article>
<h1>Wir werden bald zurück sein!</h1>
<div><p>Tut mir leid für die Unannehmlichkeiten, aber wir führen im Moment einige Wartungsarbeiten durch. Wenn Sie möchten, können Sie jederzeit <a href="mailto:lukasbaumweb@gmail.com"> Kontakt mit uns aufnehmen </a>, andernfalls sind wir in Kürze wieder online! </P> <p> — Lukas Baum </p> </div>
</article>
</body>
</html>