From 8b35484c348c270cc874bb230de1983a100b3b41 Mon Sep 17 00:00:00 2001 From: Kevin Home PC Date: Sun, 14 Dec 2025 15:42:16 +0100 Subject: [PATCH] Fertig --- .idea/.gitignore | 8 +++ .idea/404-Banner.iml | 12 +++++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 8 +++ index.html | 117 +++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 159 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/404-Banner.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 index.html 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/404-Banner.iml b/.idea/404-Banner.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/404-Banner.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8469e51 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..94a25ca --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,8 @@ + + + { + "keyToString": { + "settings.editor.selected.configurable": "settings.sync" + } +} + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..223594c --- /dev/null +++ b/index.html @@ -0,0 +1,117 @@ + + + + + + 404 - Zugriff verweigert + + + + + + + +
+ +
+
+
+
+
+ +
+
+
+
+ +

+ + + 404 + +

+ +

+ Zugriff Verweigert +

+ +

+ Endstation. Du hast das Ende meines Netzwerks erreicht. + Hier gibt es keine offenen Ports und nichts zu sehen. + >_ Verbindung wird getrennt... +

+ + +
+ +
+ Security Protocol // Level 404 // Active +
+ + + \ No newline at end of file