summaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: fbec88dd84fca4ed8a87ecd5a6d9e49dcf1b8c1b (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
<!DOCTYPE html>
<html>
<head>
  <title>Wiki</title>
  <meta charset="utf-8"/>
  <meta name="viewport" content="width=device-width"/>
  <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png"/>
  <link rel="stylesheet" href="https://apropos.codes/css/style.css"/>
  <link rel="stylesheet" href="https://apropos.codes/writeups/css/style.css"/>
</head>
<body>
  <header>
    <h1>
      <a href="https://apropos.codes">apropos</a>
    </h1>
    <nav>
      <a href="https://apropos.codes/about">about</a>
      <a href="https://apropos.codes/resume">resume</a>
      <a href="https://apropos.codes/notes">notes</a>
      <a href="https://apropos.codes/posts">posts</a>
      <a href="https://apropos.codes/writeups">writeups</a>
    </nav>
  </header>
  <main>
    {{ content }}
  </main>
<footer>
    <span><img src="assets/copyleft.svg" width="12" height="12" title="https://en.wikipedia.org/wiki/Criticism_of_copyright" /> 2020-2023 </span>
</footer>
</body>
</html>