From f3fa0ad26fc885b7f9b5d3a78a1d8357a91dfcac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20=C5=81opata?= Date: Sat, 4 Feb 2023 05:48:36 +0100 Subject: [PATCH] =?UTF-8?q?Prze=C5=9Blij=20pliki=20do=20'templates'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/404.html | 57 ++++++++++++++++++++++++++++++++++++++++++++++ templates/500.html | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 templates/404.html create mode 100644 templates/500.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..5323d6c --- /dev/null +++ b/templates/404.html @@ -0,0 +1,57 @@ + + + Page Not Found + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + {% if not loggedIn %} + + {% else %} + + {% endif %} +
+

Strona nie znaleziona

+ + + \ No newline at end of file diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..9b8a025 --- /dev/null +++ b/templates/500.html @@ -0,0 +1,57 @@ + + + Internal Server Error + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + {% if not loggedIn %} + + {% else %} + + {% endif %} +
+

Wewnętrzny błąd serwera

+ + + \ No newline at end of file