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,5 +1,9 @@
{% block body %} <html>
<center> <head>
<title>{{ inst_name }} - index</title>
</head>
<body>
<center>
<h1> <h1>
welcome to {{ inst_name }}, a Litecord instance welcome to {{ inst_name }}, a Litecord instance
</h1> </h1>
@ -21,5 +25,6 @@
<a href="{{request.protocol}}/nodeinfo/2.0.json">This instance's nodeinfo</a> <a href="{{request.protocol}}/nodeinfo/2.0.json">This instance's nodeinfo</a>
</p> </p>
</center> </center>
{% endblock%} </body>
</html>