diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-28 14:47:14 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-28 14:47:14 +0530 |
commit | feeeb16c758a6571f1d191869704298270f42565 (patch) | |
tree | 8442f7dad0bde1cab50b0bc1650f44ee9d4f3687 /webui/404.html | |
parent | 4d6e51a8811d815e0ec49edf8e5db3e98e09b855 (diff) |
Adding WebUI files
Diffstat (limited to 'webui/404.html')
-rw-r--r-- | webui/404.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webui/404.html b/webui/404.html new file mode 100644 index 0000000..f8414f0 --- /dev/null +++ b/webui/404.html @@ -0,0 +1,3 @@ +<!doctype html> +<title>404 Not Found</title> +<h1>404 Not Found</h1> |