A place to inform on the world wide web
https://hbbs.decentral1.se
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
503 B
23 lines
503 B
<!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>
|
|
|