docfast/templates/partials/nav.html
DocFast Bot c903860917
Some checks failed
Deploy to Production / Deploy to Server (push) Has been cancelled
Enforce Pro plan limit of 5,000 PDFs/month
2026-02-16 18:41:57 +00:00

10 lines
No EOL
282 B
HTML

<nav aria-label="Main navigation">
<div class="container">
<a href="/" class="logo">⚡ Doc<span>Fast</span></a>
<div class="nav-links">
<a href="/#features">Features</a>
<a href="/#pricing">Pricing</a>
<a href="/docs">Docs</a>
</div>
</div>
</nav>