Skip to content

Instantly share code, notes, and snippets.

@christophwessels
Forked from pitch-gist/gist:2999707
Last active October 31, 2020 18:37
Show Gist options
  • Save christophwessels/993040a63d013007645cbe9f93117c13 to your computer and use it in GitHub Desktop.
Save christophwessels/993040a63d013007645cbe9f93117c13 to your computer and use it in GitHub Desktop.
HTML: Simple Wartungsarbeiten / Coming Soon Seite
<!doctype html>
<title>Wartungsarbeiten</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>Wartungsarbeiten</h1>
<div>
<p>Entschuldigen Sie die Unanehmlichkeit, aber diese Seite befindet sich aktuell im Wartungs-Modus.</p>
<p>Kommen Sie einfach zu einem späterem Zeitpunkt wieder.</p>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment