From 8ff89a715a186347688fb8ff73e780b084d09a95 Mon Sep 17 00:00:00 2001 From: AnthonyxHD <114472328+AnthonyxHD@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:00:09 +0100 Subject: [PATCH] =?UTF-8?q?Ersten=20html-Code=20auf=20meine=20Webseite=20h?= =?UTF-8?q?inzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Anthony's Site/anthony.css | 7 +++++++ Anthony's Site/anthony.html | 21 +++++++++++++++++++++ anthony.html | 11 ----------- 3 files changed, 28 insertions(+), 11 deletions(-) create mode 100644 Anthony's Site/anthony.css create mode 100644 Anthony's Site/anthony.html delete mode 100644 anthony.html diff --git a/Anthony's Site/anthony.css b/Anthony's Site/anthony.css new file mode 100644 index 0000000..6cbf3d4 --- /dev/null +++ b/Anthony's Site/anthony.css @@ -0,0 +1,7 @@ +body { + background-color: antiquewhite; +} + +h1 { + font-size: 3em; +} \ No newline at end of file diff --git a/Anthony's Site/anthony.html b/Anthony's Site/anthony.html new file mode 100644 index 0000000..925ac77 --- /dev/null +++ b/Anthony's Site/anthony.html @@ -0,0 +1,21 @@ + + + + + + Feature - Anthony + + + +

Willkommen

+

Das ist die Webseite von Anthony

+ +

Das ist mein Untertitel

+ + + + \ No newline at end of file diff --git a/anthony.html b/anthony.html deleted file mode 100644 index f2fcb1f..0000000 --- a/anthony.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Feature - Anthony - - - - - \ No newline at end of file