diff options
| author | Henrique Marques <[email protected]> | 2024-08-17 11:14:09 +0100 |
|---|---|---|
| committer | Henrique Marques <[email protected]> | 2024-08-17 11:14:09 +0100 |
| commit | 95818067acfb7f64ec6f4cdcf156853b2eae69ac (patch) | |
| tree | b83dbaa35173e1eaf00c8fcb781ee88ba8c5094c /public/lum | |
| parent | 8113f43b368e83fe51800b8ffc78681821d011f4 (diff) | |
add new posts
Diffstat (limited to 'public/lum')
| -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> |
