mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'master' into 'master'
static.index: fix usage of obsolete tag See merge request luna/litecord!5
This commit is contained in:
commit
f04f81e564
|
|
@ -1,9 +1,14 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{{ inst_name }} - index</title>
|
<title>{{ inst_name }} - index</title>
|
||||||
|
<style>
|
||||||
|
#content {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<main id="content">
|
||||||
<h1>
|
<h1>
|
||||||
welcome to {{ inst_name }}, a Litecord instance
|
welcome to {{ inst_name }}, a Litecord instance
|
||||||
</h1>
|
</h1>
|
||||||
|
|
@ -25,6 +30,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>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue