mirror of https://gitlab.com/litecord/litecord.git
static/index: add head tag
This commit is contained in:
parent
b629fcace2
commit
9252f60ee6
|
|
@ -1,4 +1,8 @@
|
|||
{% block body %}
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ inst_name }} - index</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>
|
||||
welcome to {{ inst_name }}, a Litecord instance
|
||||
|
|
@ -22,4 +26,5 @@
|
|||
</p>
|
||||
|
||||
</center>
|
||||
{% endblock%}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue