Added an embeded error message system to show when / why stuff might not be working
This commit is contained in:
14
templates/default.html
Normal file
14
templates/default.html
Normal file
@ -0,0 +1,14 @@
|
||||
{% 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 %}
|
||||
You will be redirected to this projects github page in a moment.
|
||||
{% endblock %}
|
Reference in New Issue
Block a user