flabk/templates/html/404.html

13 lines
118 B
HTML
Raw Normal View History

2022-09-11 16:52:37 +01:00
<!DOCTYPE html>
<html>
<head>
<title>flabk - not found</title>
</head>
<body>
<h1>not found</h1>
</body>
</html>