docfast/templates/partials/footer.html
DocFast Bot f5cea97adf
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m7s
security: remove Change Email feature (leaked key = account hijack)
2026-02-17 11:40:27 +00:00

14 lines
No EOL
484 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="/health">API Status</a>
<a href="mailto:support@docfast.dev">Support</a>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Service</a>
</div>
</div>
</footer>