From 34be8b01e93a45dced695b055e468359ef1f8577 Mon Sep 17 00:00:00 2001 From: Chloe Date: Mon, 23 May 2022 01:20:48 +0100 Subject: [PATCH] Create img.html --- templates/img.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/img.html 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 %}