summaryrefslogtreecommitdiff
path: root/templates/error.html
blob: a5d8cd0e0f13be4f1969dfa4590ce0d32230fcdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<section>
  <div class="widget" style="text-align: center;">
    <div style="font-size: 64px; margin-bottom: 20px;">⚠️</div>
    <h3>Error {{status}}</h3>
    <p>{{error-message}}</p>
    <p style="margin-top: 30px;">
      <a href="/">← Back to Home</a>
    </p>
  </div>
</section>

<footer>
  <p>Last updated December 28th, 2025</p>
</footer>