diff options
author | Jonas Kohl | 2024-07-19 13:09:00 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-19 13:09:00 +0200 |
commit | 3b9bb27ab9179334fe3c96ae8dbc249061649aff (patch) | |
tree | d7c612cbd9f0c3b337e0713c0507a1acae8e90c9 /src/pages/not_found.php |
Initial commit
Diffstat (limited to 'src/pages/not_found.php')
-rw-r--r-- | src/pages/not_found.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/not_found.php b/src/pages/not_found.php new file mode 100644 index 0000000..b71d6c3 --- /dev/null +++ b/src/pages/not_found.php @@ -0,0 +1,2 @@ +<title>Not found</title> +<p>The requested page could not be found.</p> |