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

321 B · 11 lines · HTML Raw History
 1{% extends "core/base.html" %}
 2
 3{% block title %}404{% endblock %}
 4
 5{% block yield %}
 6    <section id="error">
 7        <h1>404</h1>
 8        <p>If you are seeing this then you missed the homepage. I mean seriously, this website only has one page and you missed it. Leave! Leave in shame!</p>
 9    </section>
10{% endblock %}