diff options
author | sanine <sanine.not@pm.me> | 2022-01-13 17:41:02 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-01-13 17:41:02 -0600 |
commit | 0ff62ea7886bdeff160682d3d5713c2c8a6dd4b1 (patch) | |
tree | c70d31f35c1e54a7fc01246eb6740d79aef0ccd0 /public/index.html |
initial commit
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..f31c9b7 --- /dev/null +++ b/public/index.html @@ -0,0 +1,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> |