diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-10 02:53:26 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-10 02:53:26 +0530 |
commit | 118a63c79e97fa6757840d7a79880afb23db8e1b (patch) | |
tree | 2c60392f5ed367a0e4b2a0736d3aa73495a7b485 /webui/templates/404.html | |
parent | eba958bf6c69f7a3830cb55702efa60e025eb2ce (diff) |
webui: Rearranging files for flask
Diffstat (limited to 'webui/templates/404.html')
-rw-r--r-- | webui/templates/404.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webui/templates/404.html b/webui/templates/404.html new file mode 100644 index 0000000..f8414f0 --- /dev/null +++ b/webui/templates/404.html @@ -0,0 +1,3 @@ +<!doctype html> +<title>404 Not Found</title> +<h1>404 Not Found</h1> |