1
2022-09-09 20:03:44 -04:00

11 lines
534 B
HTML

{% extends "base.html" %}
{% block title %}
Not Found
{% endblock title %}
{% 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 %}