flabk/templates/html/404.html

16 lines
218 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>flabk - not found</title>
<link rel="stylesheet" href="/static/style/main.css">
</head>
<body>
<h1>404 not found</h1>
<br />
<h1><a href="/">return</a></h1>
</body>
</html>