diff options
Diffstat (limited to 'webui/website/templates/404.html')
-rw-r--r-- | webui/website/templates/404.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/webui/website/templates/404.html b/webui/website/templates/404.html new file mode 100644 index 0000000..e207e9e --- /dev/null +++ b/webui/website/templates/404.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <title>Page Not Found</title> + <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}"> +</head> +<body> + <div class="error-container"> + <h1>404 - Page Not Found</h1> + <p>This feature will soon be added!</p> + </div> +</body> +</html>
\ No newline at end of file |