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/categories/index.html | |
| parent | 8113f43b368e83fe51800b8ffc78681821d011f4 (diff) | |
add new posts
Diffstat (limited to 'public/categories/index.html')
| -rw-r--r-- | public/categories/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/categories/index.html b/public/categories/index.html index 57c3a97..167d09c 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -12,6 +12,12 @@ <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_Categories">Categories</h1></header> <article> |
