diff options
Diffstat (limited to 'public/projects')
-rw-r--r-- | public/projects/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/projects/index.html b/public/projects/index.html new file mode 100644 index 0000000..0e8b6c1 --- /dev/null +++ b/public/projects/index.html @@ -0,0 +1,15 @@ +<!doctype html> + <html> + <meta charset="utf-8"> + <title>projects | 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">projects<br>================================</p> +<p>tl;dr projects go here</p> + + </div> + </body> +</html> |