static.index: fix usage of obsolete tag

This commit is contained in:
Mary 2018-11-21 20:08:37 -05:00
parent 9252f60ee6
commit 5f90eb494b
No known key found for this signature in database
GPG Key ID: 630B32DB5F55FE31
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>