static/index: add head tag

This commit is contained in:
Luna Mendes 2018-11-21 21:55:57 -03:00
parent b629fcace2
commit 9252f60ee6
1 changed files with 26 additions and 21 deletions

View File

@ -1,4 +1,8 @@
{% block body %} <html>
<head>
<title>{{ inst_name }} - index</title>
</head>
<body>
<center> <center>
<h1> <h1>
welcome to {{ inst_name }}, a Litecord instance welcome to {{ inst_name }}, a Litecord instance
@ -22,4 +26,5 @@
</p> </p>
</center> </center>
{% endblock%} </body>
</html>