mirror of https://gitlab.com/litecord/litecord.git
static/index: add head tag
This commit is contained in:
parent
b629fcace2
commit
9252f60ee6
|
|
@ -1,5 +1,9 @@
|
|||
{% block body %}
|
||||
<center>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ inst_name }} - index</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>
|
||||
welcome to {{ inst_name }}, a Litecord instance
|
||||
</h1>
|
||||
|
|
@ -21,5 +25,6 @@
|
|||
<a href="{{request.protocol}}/nodeinfo/2.0.json">This instance's nodeinfo</a>
|
||||
</p>
|
||||
|
||||
</center>
|
||||
{% endblock%}
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue