1
2023-01-29 14:31:13 -05:00

14 lines
628 B
HTML

{% extends "base.html" %}
{% block title %}
Not Found
{% endblock title %}
{% block page_start %}
{% include "components/heading-card.html" %}
{% endblock page_start %}
{% 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 %}