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.
 
 
 
 
 

28 lines
704 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">
<ul>
<li><a href="/">About</a></li>
<li><a href="/programmes">Programmes</a></li>
<li><a href="/collection">Collection</a></li>
<li><a href="/participate">Participate</a></li>
</ul>
</div>
<div id="content">
{% block content %}{% endblock %}
</div>
</body>
</html>