Skip to content
Snippets Groups Projects
base.html 506 B
Newer Older
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
Tim's avatar
Tim committed
    <meta property="og:image" content="https://hackenopenair.de/media/pool.jpeg">
    <link rel="icon" href="./static/img/favicon.png" type="image/png">
mupf's avatar
mupf committed
            {% block title %}Hacken Open Air 2::24{% endblock %}
    <link rel="stylesheet" href="./static/css/hoa.css">
  </head>
  <body>
    {% block content %}{% endblock %}
  </body>
</html>