diff --git a/templates/default.html b/templates/default.html
index 375fdac..d10ed8f 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -10,5 +10,5 @@
{% endblock %}
{% block body %}
- You will be redirected to this projects github page in a moment.
-{% endblock %}
\ No newline at end of file
+ You will be redirected to this projects github page in a moment. Or click here.
+{% endblock %}
diff --git a/templates/index.html b/templates/index.html
index 664c9ed..7f2fdd5 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -32,5 +32,5 @@
{% endblock %}
{% block body %}
-Redirecting you to the tweet...
+Redirecting you to the tweet in a moment. Or click here.
{% endblock %}