From 3a961271e1508422fff7f2245aa3de8eb43a7fab Mon Sep 17 00:00:00 2001 From: Robin Universe Date: Sun, 20 Feb 2022 16:15:09 -0600 Subject: [PATCH] Update Templates --- templates/image.html | 34 ++++++++++++++++++++++++++++++++++ templates/inline.html | 6 +++--- templates/text.html | 39 +++++++++++++++++++++++++++++++++++++++ templates/video.html | 31 +++++++++++++++++++++++++++++++ 4 files changed, 107 insertions(+), 3 deletions(-) create mode 100644 templates/image.html create mode 100644 templates/text.html create mode 100644 templates/video.html diff --git a/templates/image.html b/templates/image.html new file mode 100644 index 0000000..232ef69 --- /dev/null +++ b/templates/image.html @@ -0,0 +1,34 @@ +{% extends 'base.html' %} + +{% block head %} + + + + + + + + + + + + + +{% endblock %} + +{% block body %} +Redirecting you to the tweet in a moment. Or click here. +{% endblock %} diff --git a/templates/inline.html b/templates/inline.html index 9d438a5..5469cb7 100644 --- a/templates/inline.html +++ b/templates/inline.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block head %} - TwitFix Latest + TwitFix {{ page }}