From 2671658b3180e183e85392efa3baad4b273ba8ba Mon Sep 17 00:00:00 2001 From: dionyschus Date: Thu, 12 Mar 2026 10:57:29 +0100 Subject: [PATCH] =?UTF-8?q?style.css=20hinzugef=C3=BCgt=20und=20HTML=20ver?= =?UTF-8?q?kn=C3=BCpft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- joel-jonischus.css | 9 +++++++++ joel-jonischus.html | 13 +++++++++++++ joel-jonischus.txt | 1 + 3 files changed, 23 insertions(+) create mode 100644 joel-jonischus.css create mode 100644 joel-jonischus.html diff --git a/joel-jonischus.css b/joel-jonischus.css new file mode 100644 index 0000000..8822a60 --- /dev/null +++ b/joel-jonischus.css @@ -0,0 +1,9 @@ +body { + background-color: #824ce5; + font-family: sans-serif; +} + +h1 { + color: #2c3e50; + text-align: center; +} \ No newline at end of file diff --git a/joel-jonischus.html b/joel-jonischus.html new file mode 100644 index 0000000..9888569 --- /dev/null +++ b/joel-jonischus.html @@ -0,0 +1,13 @@ + + + + + + Document + + + + Was geht denn so? +

Das ist ein einfacher Absatz, über den ich nicht weiter sprechen will.

+ + \ No newline at end of file diff --git a/joel-jonischus.txt b/joel-jonischus.txt index e69de29..e20965c 100644 --- a/joel-jonischus.txt +++ b/joel-jonischus.txt @@ -0,0 +1 @@ +Das ist meine Datei! \ No newline at end of file