commit 5e03d752c36e03bc28fbebe9b159c8f7860b9159 Author: Markus Köbele Date: Mon Nov 27 20:10:05 2023 +0100 first commit diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1ebfe22 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/project-x.iml b/.idea/project-x.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/project-x.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..723ea02 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:1.25.3 + +COPY src/ /usr/share/nginx/html/ diff --git a/src/canvis.html b/src/canvis.html new file mode 100644 index 0000000..5c6ac3d --- /dev/null +++ b/src/canvis.html @@ -0,0 +1,52 @@ + + + + + Spiel 1 + + + + + + diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..2f3a17b --- /dev/null +++ b/src/index.html @@ -0,0 +1,30 @@ + + + + + quatschseite + + +
+ das ist eine echte quatschseite von Moritz + + +
+ + +