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 %}
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue