flabk/templates/html/404.html

16 lines
218 B
HTML
Raw Normal View History

2022-09-11 16:52:37 +01:00
<!DOCTYPE html>
<html>
<head>
<title>flabk - not found</title>
<link rel="stylesheet" href="/static/style/main.css">
2022-09-11 16:52:37 +01:00
</head>
<body>
<h1>404 not found</h1>
<br />
<h1><a href="/">return</a></h1>
2022-09-11 16:52:37 +01:00
</body>
</html>