diff options
Diffstat (limited to 'public/lum/index.html')
| -rw-r--r-- | public/lum/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/lum/index.html b/public/lum/index.html index 163ae5a..0a87396 100644 --- a/public/lum/index.html +++ b/public/lum/index.html @@ -14,6 +14,12 @@ Lum is a project I started as a way to escape the feeling of being tied to the w <meta charset="utf-8"> </head> <body> +<ul class="menu-list"> +<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li> +<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li> +<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li> +<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li> +</ul> <main> <header><h1 id="tag_Lum">Lum</h1></header> <article> |
