feat: Updated page to dark theme and fixed small ui bugs
All checks were successful
Build Docker / Build Image (push) Successful in 25s

This commit is contained in:
2024-01-24 02:38:19 +11:00
parent 35cc610ad3
commit d17b45cafc
16 changed files with 281 additions and 224 deletions

33
templates/sitemap.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://hns.au/blog/happening</loc>
</url>
<url>
<loc>https://hns.au/404</loc>
</url>
<url>
<loc>https://hns.au/about</loc>
</url>
<url>
<loc>https://hns.au/blog</loc>
</url>
<url>
<loc>https://hns.au/contact</loc>
</url>
<url>
<loc>https://hns.au/domains</loc>
</url>
<url>
<loc>https://hns.au/faq</loc>
</url>
<url>
<loc>https://hns.au/</loc>
</url>
<url>
<loc>https://hns.au/links</loc>
</url>
<url>
<loc>https://hns.au/uv</loc>
</url>
</urlset>