Merge branch 'master' into 'master'

static.index: fix usage of obsolete tag

See merge request luna/litecord!5
This commit is contained in:
Luna Mendes 2018-11-22 01:23:51 +00:00
commit f04f81e564
1 changed files with 7 additions and 2 deletions

View File

@ -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>