feat(static): Add terms of service page and update routes
Some checks failed
CI / Test (1.22) (push) Failing after -24m33s
CI / Test (1.23) (push) Failing after -24m32s
CI / Build (push) Successful in -26m46s
CI / Lint (push) Successful in -26m38s

* Implement ServeTermsOfService handler to serve the terms of service page.
* Update index.html and privacy-policy.html to include links to the terms of service.
* Add logo1024.png for branding.
This commit is contained in:
Hein
2026-02-04 19:41:11 +02:00
parent 6d7687a311
commit 71f26c214f
6 changed files with 259 additions and 5 deletions

View File

@@ -564,8 +564,8 @@
</div>
<div class="footer">
<p>Need help? Check out the <a href="https://git.warky.dev/wdevs/whatshooked" target="_blank">documentation</a> &middot; <a href="/privacy-policy">Privacy Policy</a></p>
<p style="margin-top: 10px;">Made with ❤️ for developers</p>
<p>Need help? Check out the <a href="https://git.warky.dev/wdevs/whatshooked" target="_blank">documentation</a> &middot; <a href="/privacy-policy">Privacy Policy</a> &middot; <a href="/terms-of-service">Terms of Service</a></p>
<p style="margin-top: 10px;">Made by Warky Devs</p>
</div>
</div>
</body>