19 lines
765 B
HTML
19 lines
765 B
HTML
<!doctype html>
|
|
<title>OTRS Maintenance</title>
|
|
<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>We’ll be back soon!</h1>
|
|
<div>
|
|
<p>Bitte entschuldigt die Umstände, aber ich aktualisiere gerade unser OTRS. In dringenden fällen könnt ihr mich jederzeit <a href="mailto:cedric.roeck@gmail.com">kontaktieren</a>, ansonsten ist das OTRS in kürze wieder für euch verfügbar.</p>
|
|
<p>— Cedric</p>
|
|
</div>
|
|
</article>
|