summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: 472d827c1f7d5039d7cfa315e36f8348df9b67bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>HITO{% block title %}{% endblock %}</title>
  <link rel="stylesheet" href="/static/css/hito.css">
</head>
<body>
  <main>
    <header>
      <a href="/" class="logo-link"><h1 class="logo">HITO</h1></a>
      <p class="subtitle">High Intensity Tracker Online</p>
    </header>

    {% block content %}{% endblock %}

    <footer>
      {% block quote %}
      <blockquote>
        &ldquo;The objective of all rational inquiry is to establish principles
        which enable us to understand and predict reality.&rdquo;
        <cite>&mdash; Mike Mentzer</cite>
      </blockquote>
      {% endblock %}
    </footer>
  </main>
</body>
</html>
Copyright 2019--2026 Marius PETER