AkurAI Build
Menu

AkurAI-Build

public

Latest change 0cf28150faedd8c150474a4f16be4c9922c04f56 - feat: add Ponytail UI design system by Olafur Bui

{% extends "layouts/base.html" %} {% block title %}Route flew the coop ·
Bunfork{% endblock %} {% block description %}Forkbird could not find this
Bunfork route. Return home or open the documentation.{% endblock %} {% block
body_class %}not-found-page{% endblock %} {% block body %}
<main id="main-content" class="shell not-found-shell" tabindex="-1">
  <section class="not-found-copy" aria-labelledby="not-found-title">
    <p class="error-code">404 · Unscheduled fork</p>
    <h1 id="not-found-title">This route flew the coop.</h1>
    <p class="not-found-lede">
      Forkbird checked every branch. Nothing is nesting at
      <code class="missing-path">{{ pathname }}</code>.
    </p>
    <div class="not-found-actions">
      <a class="button" href="/">Fly home <span aria-hidden="true">→</span></a>
      <a class="button secondary" href="/docs">Open the docs</a>
    </div>
    <p class="not-found-note">
      The runtime is still upright. This URL just made a questionable career
      move.
    </p>
  </section>

  <figure class="not-found-figure">
    <img
      src="/assets/forkbird.png"
      width="1254"
      height="1254"
      alt="Forkbird, Bunfork's sneaker-wearing bird mascot, gives a reassuring thumbs-up."
      fetchpriority="high"
    />
    <figcaption>
      Forkbird remains extremely confident about the rest of the site.
    </figcaption>
  </figure>
</main>
{% endblock %}