aboutsummaryrefslogtreecommitdiff
path: root/template.html
blob: 37f314ea8f8729ee93d13f619134dc4fafa61dc9 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title></title>
    <link rel="stylesheet" href="/stylesheet.css">
  </head>
  <body>
    <h2>
      <nav>
	<a href="/">home</a>
	/
	<a href=".." id="go-up">go up</a>
      </nav>
    </h2>

    <article></article>

    <hr>

    <footer>
      <address><a href="contact.html">contact</a></address>
      <br>
      <a href="https://www.gnu.org/software/emacs/">
	<img src="/buttons/emacs.png" title="emacs">
      </a>
      <a href="https://kittenlikeasmallcat.neocities.org">
	<img src="/buttons/kitten.gif" title="kittenlikeasmallcat">
      </a>
      <a href="https://quasivoid.net">
	<img src="/buttons/quasivoid.gif" title="vivienne">
      </a>
      <a href="https://unlife.nyx.land">
	<img src="/buttons/unlife.png" title="nyx">
      </a>
      <a href="https://social.xenofem.me">
	<img src="/buttons/xnfm.png" title="xenofem.me">
      </a>
      <a href="https://secondshell.net">
	<img src="/buttons/secondshell.webp" title="secondshell">
      </a>
      <a href="https://twinningl00m.neocities.org">
	<img src="/buttons/murrumurgreen.png" title="twinningl00m">
      </a>
      <a href="https://magentahardcore.com">
	<img src="/buttons/n1l.gif" title="n1l">
      </a>
    </footer>
</html>