go scratch code for atproto
at main 12 lines 372 B view raw
1{% extends "base.html" %} 2 3{% block head_title %}Error {{ statusCode }} - Bluesky{% endblock %} 4 5{% block main_content %} 6<br> 7<center> 8 <h1 style="font-size: 8em;">{{ statusCode }}</h1> 9 <h2 style="font-size: 3em;">Error!</h2> 10 <p>Sorry about that! The <a href="https://bluesky.statuspage.io/">Bluesky Status Page</a> might have more context. 11</center> 12{% endblock %}