flabk/templates/html/index.html

14 lines
154 B
HTML
Raw Normal View History

2022-09-10 19:54:50 +01:00
<!DOCTYPE html>
<html>
<head>
<title>flabk</title>
<link rel="stylesheet" href="/static/style/main.css">
2022-09-10 19:54:50 +01:00
</head>
<body>
<h1>hi</h1>
</body>
</html>