All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m44s
- BUG-053: Add terser JS minification to build process - BUG-060: Add og:image, twitter:card, twitter:image to sub-pages - BUG-067: Update skip-link to #main-content on all pages
11 lines
350 B
HTML
11 lines
350 B
HTML
<a href="#main-content" class="skip-link">Skip to main content</a>
|
|
<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>
|