diff --git a/templates/img.html b/templates/img.html new file mode 100644 index 0000000..b121089 --- /dev/null +++ b/templates/img.html @@ -0,0 +1,28 @@ +{% extends 'base.html' %} + +{% block head %} + + + + + + + +{% endblock %} + +{% block body %} + Redirecting you to the tweet in a moment. Or click here. +{% endblock %}