docfast/public/partials/_footer.html
OpenClaw 6290c3eb97
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 13m44s
fix(BUG-095,BUG-097): add Support link to footer partial, expand docs.html footer
2026-03-02 14:11:13 +01:00

16 lines
598 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="/examples">Examples</a>
<a href="/status">API Status</a>
<a href="mailto:support@docfast.dev">Support</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>