AkurAI Build
Menu

AkurAI-Build

public

Latest change 4171234d191bcc14205c776b4b86bda4452c80be - server: harden the listener against slow and stuck requests by Olafur Bui

{% extends "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">
  <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 %}