hbbs.decentral1.se/hbbs/templates/layout.html

24 lines
503 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>hbbs.decentral1.se</title>
<link
rel="stylesheet"
href="/static/styles.css"
type="text/css"
media="screen"
/>
<link rel="icon" href="/static/images/favicon.ico" />
</head>
<body>
<div id="navigation">
<p>TODO:navbar</p>
</div>
<div id="content">
{% block content %}{% endblock %}
</div>
</body>
</html>