summaryrefslogtreecommitdiff
path: root/public/projects
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-01-13 17:41:02 -0600
committersanine <sanine.not@pm.me>2022-01-13 17:41:02 -0600
commit0ff62ea7886bdeff160682d3d5713c2c8a6dd4b1 (patch)
treec70d31f35c1e54a7fc01246eb6740d79aef0ccd0 /public/projects
initial commit
Diffstat (limited to 'public/projects')
-rw-r--r--public/projects/index.html15
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>