summaryrefslogtreecommitdiff
path: root/http/share/components/navbar.upphtml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-13 16:33:51 +0100
committerJoe Carstairs <me@joeac.net>2026-08-13 16:33:51 +0100
commit62e6bab910297aa15d76eb735ce3dd9b5417e26e (patch)
treea98b5fb2c2663e08c21475b1092ccec395e2d87e /http/share/components/navbar.upphtml
parentf9272fdf3ea23070583c944b110a7b8f16c5a4ff (diff)
remove website/capsule content
Diffstat (limited to 'http/share/components/navbar.upphtml')
-rw-r--r--http/share/components/navbar.upphtml16
1 files changed, 0 insertions, 16 deletions
diff --git a/http/share/components/navbar.upphtml b/http/share/components/navbar.upphtml
deleted file mode 100644
index 777cb40..0000000
--- a/http/share/components/navbar.upphtml
+++ /dev/null
@@ -1,16 +0,0 @@
-<nav>
- <ul>
- <li>
- <a href="/">Home</a>
- </li>
- <li>
- <a href="/blog">Blog</a>
- </li>
- <li>
- <a href="/microlog">Microlog</a>
- </li>
- <li>
- <a href="/contact">Contact</a>
- </li>
- </ul>
-</nav>