aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html.tera
blob: cca4d1e3338f48c68fd6db22e444ad5358956b1d (plain) (blame)
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>
  <head>
    <meta charset="utf-8">
    <title>{% block title %}{% endblock title %}Festival Schedule</title>
    <link rel="stylesheet" href="/app.css">
  </head>
  <body>
    {% block contents %}{% endblock contents %}
    <footer>
      <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
        <img alt="Creative Commons-lisens" style="border-width:0" src="license.png">
      </a>
      <span id="copyright-text">
        <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
          Festival Schedule
        </span>
        av
        <a xmlns:cc="http://creativecommons.org/ns#" href="https://code.volse.no/ramaskrik-social.git/"
          property="cc:attributionName" rel="cc:attributionURL">Harald Eilertsen</a>
        er lisensiert under en
        <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
          Creative Commons Navngivelse-DelPåSammeVilkår 4.0 Internasjonal Lisens
        </a>.
      </span>
    </footer>
  </body>
</html>