wip: add client base and basic router
This commit is contained in:
21
client/not_found.html
Normal file
21
client/not_found.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Not Found | Ask Stallman</title>
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Ask Stallman</h1>
|
||||
</header>
|
||||
<div class="info">
|
||||
<h1>Not Found</h1>
|
||||
<p>This page was not found. Please check the URL.</p>
|
||||
</div>
|
||||
<footer>
|
||||
<p><a href="https://zumepro.cz">Zumepro</a> 2025</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user