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>