From 29aa8a96156617248eef2deed575d5251b377da7 Mon Sep 17 00:00:00 2001 From: csimonis Date: Tue, 17 Sep 2024 14:03:09 +0200 Subject: [PATCH] add initial auftakt files --- .gitignore | 1 + auftakt/index.php | 5 +++++ auftakt/submit.php | 9 +++++++++ docker-compose.yaml | 7 +++++++ index.php | 15 +++++++++++++++ 5 files changed, 37 insertions(+) create mode 100644 .gitignore create mode 100644 auftakt/index.php create mode 100644 auftakt/submit.php create mode 100644 docker-compose.yaml create mode 100644 index.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/auftakt/index.php b/auftakt/index.php new file mode 100644 index 0000000..91b996e --- /dev/null +++ b/auftakt/index.php @@ -0,0 +1,5 @@ +
+

yo. what's 9+10

+ + +
\ No newline at end of file diff --git a/auftakt/submit.php b/auftakt/submit.php new file mode 100644 index 0000000..b319f6d --- /dev/null +++ b/auftakt/submit.php @@ -0,0 +1,9 @@ + + + + + + + Codeweek 2024 + + + Auftakt +
+ Demo + + \ No newline at end of file