diff options
| author | 2025-09-02 14:29:42 +0200 | |
|---|---|---|
| committer | 2025-09-02 16:59:54 +0200 | |
| commit | a2110fb70ad0471754aebc8519737980b10df8d5 (patch) | |
| tree | c0e3e83538494d4d4d20e8c1c0497a58ae922308 /templates | |
| parent | ba7fd8ed5809bb73971a9caf6c382c17782e0f60 (diff) | |
404, exlinks
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/404.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..0fe2d8e --- /dev/null +++ b/templates/404.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>404 Not Found</title> + <link rel="stylesheet" href="/style.css"/> +</head> + +<body> + <h1 class="title">404 Not Found</h1> + <p>Wrong turn. + <a href="/">Back home</a></p> +</body> + +</html> |