diff --git a/core/templates/core/homepage.html b/core/templates/core/homepage.html index 69daba7..bcf232a 100644 --- a/core/templates/core/homepage.html +++ b/core/templates/core/homepage.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} - +
You have reached The Dazed Gerbil's URL shortening service. There is no one available to answer your call at present. Please call back later.
{% endblock %}