2023-07-30 18:32:42 +02:00
<!DOCTYPE html>
< html lang = "de" > < meta charset = "utf-8" >
< head >
2023-10-08 17:48:57 +02:00
< title > Wobbelnde Seite< / title >
2023-07-30 18:32:42 +02:00
< link rel = "icon" sizes = "192x192" href = "profilbild-workbench.png" >
2024-10-05 16:39:36 +02:00
< link rel = "stylesheet" href = "styles.php" >
2023-07-30 18:32:42 +02:00
< script type = "text/javascript" src = "script.js" > < / script >
< / head >
< body style = "background-color: #2e2e2e" >
2023-10-08 17:48:57 +02:00
< div class = "background" id = "background" >
2023-07-30 18:32:42 +02:00
2023-10-08 17:48:57 +02:00
< div class = "topnav-placeholder" > < / div >
2023-07-30 18:32:42 +02:00
2023-10-08 17:48:57 +02:00
< p class = "big-text" > Seite von dem Wobbler< / p >
2023-07-30 18:32:42 +02:00
< p class = "normal-text" >
Schreibt Verbesserungsvorschläge bitte an meine E-Mail:
< a id = "mail-addr" class = "normal-link" href = "mailto:emil@i21k.de" title = "Einfach draufklicken und warten bis sich das Mailprogramm öffnet." > emil@i21k.de< / a >
2023-10-08 17:48:57 +02:00
< a class = "normal-text" href = "javascript:copyText('emil@i21k.de');" title = "Mailadresse kopieren" > Copy!< / a >
2023-07-30 18:32:42 +02:00
< br >
oder schreibt sie in meinen
2023-10-08 17:48:57 +02:00
< a href = "https://discord.com/invite/8htpyBfdan" target = "_blank" title = "Mein Discord-Server" > Discord-Server< / a > .
2023-07-30 18:32:42 +02:00
< / p >
< / div >
2023-10-08 17:48:57 +02:00
< div class = "topnav-companion" > < / div >
< div class = "topnav" >
< a class = "topnav-active" href = "" title = "EKNr1 Startseite" > Startseite< / a >
< a class = "topnav-inactive" href = "ueber-mich.html" title = "Über mich" > Über mich< / a >
< a class = "topnav-inactive" href = "downloads.html" title = "Downloads" > Downloads< / a >
< a class = "topnav-inactive" href = "bla" title = "Text!" > Bla< / a >
< / div >
2023-07-30 18:32:42 +02:00
< / body >
< / html >