Skip to content

Instantly share code, notes, and snippets.

@Phlow
Last active August 8, 2022 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phlow/f521fa8534cf5c24bd02e8d3ae2de3d7 to your computer and use it in GitHub Desktop.
Save Phlow/f521fa8534cf5c24bd02e8d3ae2de3d7 to your computer and use it in GitHub Desktop.
Platzhalter Website mit ASCII Art #HTML
<!doctype html>
<html class="no-js" lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Unsere Schlümpfe bauen gerade die Website</title>
<style>
body {font-size: 1.2em; padding:1em;background: #ECDBB8;color: #850C3A;}
</style>
</head>
<body>
<pre>
.
('
'|
|'
[::]
[::] _......_
[::].-' _.-`.
[:.' .-. '-._.-`.
[/ /\ | \ `-..
/ / | `-.' .-. `-.
/ `-' ( `. `.
| /\ `-._/ \
' .'\ / `. _.-'|
/ / / \_.-' _.':;:/
.' \_/ _.-':;_.-'
/ .-. _.-' \;.-'
/ ( \ _..-' |
\ `._/ _..-' .--. |
`-.....-'/ _ _ .' '.|
| |_|_| | | \ (o)
(o) | |_|_| | | | (\'/)
(\'/)/ ''''' | o| \;:;
:; | | | |/)
;: `-.._ /__..--'\.' ;:
:; `--' :; :;
</pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment