aboutsummaryrefslogtreecommitdiff
path: root/site/templates/default.html
blob: 44e2fc680a2417d85936f699ca8235c6662ffc2c (about) (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>$title$ - EuAndreh's blog</title>
    <link rel="stylesheet" href="/css/styles.css" />
    <link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Atom Feed" />
  </head>
  <body>
    <header>
      <nav>
        <div id="nav-left">
          <a href="/">EuAndreh's blog</a>
        </div>
        <div id="nav-right">
          <a href="/about.html">About</a>
          <a href="/feed.xml">
            <img class="simple-icon" src="/images/atom.svg" alt="Blog feed" />
          </a>
        </div>
      </nav>
    </header>

    <main role="main">
      <h1>$title$</h1>
      $body$
    </main>

    <footer>
      <ul>
        <li>
          <img class="simple-icon" src="/images/envelope.svg" alt="Envelope icon" />
          <a href="mailto:eu@euandre.org">eu@euandre.org</a>
        </li>
        <li>
          <img class="simple-icon" src="/images/lock.svg" alt="Lock icon" />
          <a href="/public-key.txt">81F90EC3CD356060</a>
        </li>
      </ul>

      <p>
        The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://git.sr.ht/~euandreh/website">code</a> is <a href="https://git.sr.ht/~euandreh/website/tree/master/LICENSE">GPLv3 or later</a>.
      </p>
    </footer>
  </body>
</html>