mirror of https://gitlab.com/litecord/litecord.git
31 lines
736 B
HTML
31 lines
736 B
HTML
<html>
|
|
<head>
|
|
<title>{{ inst_name }} - index</title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h1>
|
|
welcome to {{ inst_name }}, a Litecord instance
|
|
</h1>
|
|
|
|
<p>
|
|
Litecord is server software that implements
|
|
the Discord API.
|
|
</p>
|
|
|
|
<p>
|
|
It supports nodeinfo, despite not being part
|
|
in any federated network.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="https://gitlab.com/luna/litecord">Litecord source code</a>
|
|
</p>
|
|
<p>
|
|
<a href="{{request.protocol}}/nodeinfo/2.0.json">This instance's nodeinfo</a>
|
|
</p>
|
|
|
|
</center>
|
|
</body>
|
|
</html>
|