docfast/public/partials/_footer.html
OpenClaw 6cc30db5c6
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 2m49s
Add styled /status page, update footer/terms links from /health to /status
2026-02-16 19:48:25 +00:00

14 lines
504 B
HTML

<footer aria-label="Footer">
<div class="container">
<div class="footer-left">© 2026 DocFast. Fast PDF generation for developers.</div>
<div class="footer-links">
<a href="/">Home</a>
<a href="/docs">Docs</a>
<a href="/status">API Status</a>
<a href="/#change-email" class="open-email-change">Change Email</a>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Service</a>
</div>
</div>
</footer>