summaryrefslogtreecommitdiffstats
path: root/templates/main.html
blob: dd4a7d3fb6379829783e14de3a1f52c7e6e6ebfc (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
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title> <!-- set automatically, see soupault.conf --> </title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
    <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.207/distr/fira_code.css">
    <link rel="stylesheet" href="https://edwardtufte.github.io/et-book/et-book.css">
    <link rel="stylesheet" href="https://soap.coffee/~lthms/style/main.css">
  </head>
  <body id="default">
    <nav>
      <ul>
        <li> <a href="/posts">Blog</a></li>
        <li> <a href="/">About</a></li>
      </ul>
    </nav>
    <header>
      <img src="https://avatars0.githubusercontent.com/u/1141231?s=460&v=4">
    </header>
    <main>
    <!-- your page content will be inserted here,
         see the content_selector option in soupault.conf -->
    </main>
  </body>
</html>