Merge branch 'master' of gitlab.com:luna/litecord

This commit is contained in:
Luna Mendes 2018-11-21 23:17:38 -03:00
commit 1b984f638a
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,14 @@
<html>
<head>
<title>{{ inst_name }} - index</title>
<style>
#content {
text-align: center;
}
</style>
</head>
<body>
<center>
<main id="content">
<h1>
welcome to {{ inst_name }}, a Litecord instance
</h1>
@ -25,6 +30,6 @@
<a href="{{request.protocol}}/nodeinfo/2.0.json">This instance's nodeinfo</a>
</p>
</center>
</main>
</body>
</html>