repos

isaacbythewood.com-nextjs

mirror archived upstream

Animation-heavy personal portfolio on Next.js: a custom cursor, a page-transition loader, and canvas backgrounds.

canvas-animationscss-modulesdark-themehandcodednextjspersonal-websiteportfolioreact

340 B · 11 lines · HTML Raw History
 1{% extends "core/base.html" %}
 2
 3{% block title %}500{% endblock %}
 4
 5{% block yield %}
 6    <section id="error">
 7        <h1>500</h1>
 8        <p>Uh oh! I'm telling dad! You broke the server, I saw it, don't try to cover it up with that blanket. Dad said this would happen if you watched Power Rangers again.</p>
 9    </section>
10{% endblock %}