From c4da920843972b6571e978cdc9f9278eb87b7398 Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Wed, 1 Jul 2026 14:05:14 +0200 Subject: add HTML, CSS and basic routing --- clams-server/src/main/resources/templates/404.html | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 clams-server/src/main/resources/templates/404.html (limited to 'clams-server/src/main/resources/templates/404.html') diff --git a/clams-server/src/main/resources/templates/404.html b/clams-server/src/main/resources/templates/404.html new file mode 100644 index 0000000..6bbcecd --- /dev/null +++ b/clams-server/src/main/resources/templates/404.html @@ -0,0 +1,41 @@ + + + + + 404 - Page Not Found + + + + + +
+
+
404
+

Page Not Found

+

The page you are looking for does not exist.

+

+ Return to Home Page +

+
+
+ + + + + -- cgit v1.2.3