diff options
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 6394a1d..93f86b1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,8 +9,8 @@ <h2> This website contains: </h2> <ul> <li> Some IT, scientific and electronic <a href="{{ get_url(path='@/projects/_index.md') }}">projects</a>; - <li> A sefl-hosted <a href="https://git.eqkter.xyz">git server</a> (using <a href="https://git.zx2c4.com/cgit/about/">cgit</a>); - <li> A sefl-hosted <a href="https://searx.eqkter.xyz">SearXNG intance</a> (see their <a href="https://docs.searxng.org/">website</a>); + <li> A self-hosted <a href="https://git.eqkter.xyz">git server</a> (using <a href="https://git.zx2c4.com/cgit/about/">cgit</a>); + <li> A self-hosted <a href="https://searx.eqkter.xyz">SearXNG intance</a> (see their <a href="https://docs.searxng.org/">website</a>); <li> A collection of various useful links (TBD); <li> Private instances of a mail server, a <a href="https://nextcloud.com">Nextcloud drive</a>, and my <a href="https://calibre-ebook.com">Calibre library Server</a>. </ul> |