shortener/shortener/templates/not_found.html

8 lines
316 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>URL not found</h1>
<p>If you recently created the redirect, please wait a couple of minutes for DNS to propagate.</p>
<p>If you've been sent this URL, please contact the sender. It's likely there's an issue with the URL you received.</p>
{% endblock %}