| --- |
| layout: default |
| slug: home |
| title: Page not found - Apache StormCrawler |
| description: This page does not exist. The thread you followed leads nowhere. |
| permalink: /404.html |
| --- |
| |
| <div class="lost"> |
| <div class="lost__thread" aria-hidden="true"></div> |
| <img class="lost__mark only-light" src="{{ site.baseurl }}/img/spider-mark-light.svg" alt=""> |
| <img class="lost__mark only-dark" src="{{ site.baseurl }}/img/spider-mark.svg" alt=""> |
| <p class="slabel">404 · BROKEN THREAD</p> |
| <h1 class="lost__title">This thread<br>leads nowhere<span class="dot" style="color:var(--accent-ink);">.</span></h1> |
| <p class="lost__copy">The page you followed has been moved, retired, or never spun. Pick a thread that still holds:</p> |
| <div class="hero__ctas" style="justify-content:center;"> |
| <a class="btn btn--solid" href="{{ site.baseurl }}/">Back home</a> |
| <a class="btn btn--ghost" href="{{ site.baseurl }}/docs/">Documentation</a> |
| </div> |
| </div> |