From 3ec17aa13d6b251f9a86834b0f5d27f130695059 Mon Sep 17 00:00:00 2001 From: StockiP Date: Sun, 17 Apr 2022 22:37:16 +0200 Subject: [PATCH] added some php stuff to try things --- index.html => components/head.php | 18 ++++-------------- index.php | 11 +++++++++++ 2 files changed, 15 insertions(+), 14 deletions(-) rename index.html => components/head.php (81%) create mode 100644 index.php diff --git a/index.html b/components/head.php similarity index 81% rename from index.html rename to components/head.php index 893cee8..78e4b52 100644 --- a/index.html +++ b/components/head.php @@ -1,6 +1,3 @@ - - - @@ -11,15 +8,8 @@ - - + + + MarmeladenLaden - - - - -

Test

- - - - \ No newline at end of file + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..f306c6d --- /dev/null +++ b/index.php @@ -0,0 +1,11 @@ + + + + + + + +

Test

+ + + \ No newline at end of file