feat(static): ✨ Add terms of service page and update routes
* 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:
@@ -176,8 +176,8 @@
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p><a href="/">Back to WhatsHooked</a></p>
|
||||
<p style="margin-top: 10px;">Made with ❤️ for developers</p>
|
||||
<p><a href="/">Back to WhatsHooked</a> · <a href="/terms-of-service">Terms of Service</a></p>
|
||||
<p style="margin-top: 10px;">Made by Warky Devs</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user