This repository has been archived on 2022-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
Twxtter-main/templates/default.html

15 lines
627 B
HTML
Raw Normal View History

{% extends 'base.html' %}
{% block head %}
<title>TwitFix</title>
<meta content="TwitFix" property="og:title" />
<meta content="{{ message }}" property="og:description" />
<meta content="https://github.com/robinuniverse/TwitFix" property="og:url" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<meta http-equiv = "refresh" content = "0; url = https://github.com/robinuniverse/TwitFix" />
{% endblock %}
{% block body %}
2021-07-13 17:28:50 +02:00
You will be redirected to this projects github page in a moment. <a href="https://github.com/robinuniverse/TwitFix">Or click here.</a>
{% endblock %}