summaryrefslogtreecommitdiff
path: root/public/index.html
blob: f31c9b7f20fdfdb2ffda98ae03e7b991888bef17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
  <html>
    <meta charset="utf-8">
    <title>home | sanine.net</title>
    <link rel="stylesheet" href="/style.css">
  </html>
  <body>
  <div id="navigation"><pre><a href="/index.html">home</a>   <a href="/projects/">projects</a>   <a href="/git">git</a>   <a href="/about.html">about</a></pre></div>
  <div id="content">
  <p class="centered">home<br>================================</p>
<p>welcome to sanine.net!</p>
<ul>
<li><a href="/blog/announcing_honeysuckle.html">[2021-05-23] announcing honeysuckle</a></li>
</ul>
<p><a href="/rss.xml">subscribe via rss</a></p>

  </div>
  </body>
</html>