diff options
| author | 0xhenrique <[email protected]> | 2025-01-19 13:29:07 +0000 |
|---|---|---|
| committer | 0xhenrique <[email protected]> | 2025-01-19 13:29:07 +0000 |
| commit | 5bf50a75be068697216047ed841e64f7dd2ffc27 (patch) | |
| tree | 6acbe001c37ea915fcf158f1e63265a0d436f4e2 /public/categories/index.html | |
| parent | e94712c972e35881958e03d547ddf2c18c353b22 (diff) | |
add gitignore file
Diffstat (limited to 'public/categories/index.html')
| -rw-r--r-- | public/categories/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/categories/index.html b/public/categories/index.html index 63e0cb7..3e3c9d3 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> -<head> +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> <title>Categories | 0xhenrique</title> - <link rel="canonical" href="https://0xhenrique.neocities.org/"> + <link rel="canonical" href="http://localhost:1313/"> <link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'> <link rel='stylesheet' type='text/css' href='/style.css'> <link rel="icon" href="/favicon.ico"> @@ -13,10 +13,10 @@ </head> <body> <ul class="menu-list"> -<li class="menu-item"><a href="https://0xhenrique.neocities.org/">λ</a></li> -<li class="menu-item"><a href="https://0xhenrique.neocities.org//tags/projects">Projects</a></li> -<li class="menu-item"><a href="https://0xhenrique.neocities.org//tags">Tags</a></li> -<li class="menu-item" style="float:right"><a href="https://0xhenrique.neocities.org//about">About</a></li> +<li class="menu-item"><a href="http://localhost:1313/">λ</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> |
