diff options
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> | 
