2021-07-04 12:08:36 +02:00
|
|
|
{% 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 %}
|