Last active
August 8, 2022 14:32
-
-
Save Phlow/f521fa8534cf5c24bd02e8d3ae2de3d7 to your computer and use it in GitHub Desktop.
Platzhalter Website mit ASCII Art #HTML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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