flabk/templates/html/index.html

15 lines
191 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>flabk</title>
<link rel="stylesheet" href="/static/style/main.css">
</head>
<body>
<h1>hi</h1>
<h1><a href="/login">login</a></h1>
</body>
</html>