1
Evan Pratten 66528d6284 Revert "The great migration"
This reverts commit f184e610368cedc50f9dd557953c83f70b55f329.
2024-11-14 12:45:30 -05:00

9 lines
489 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>404: Not Found</h1>
<p>There is a large chance you reached this page through a <code>retrylife.ca</code> or <code>va3zza.com</code> link. I
have recently changed my primary domain name to <code>ewpratten.com</code></p>
<p>I would appreciate if you could send me an email letting me know what you clicked to get here.</p>
<p>Click one of the links at the top of this page to navigate through the new website.</p>
{% endblock content %}