mirror of https://gitlab.com/litecord/litecord.git
45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<html>
|
|
<head>
|
|
<title>{{ inst_name }} - index</title>
|
|
<link href="css/index.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class="title">
|
|
{{ inst_name }} | a Litecord instance
|
|
</h1>
|
|
|
|
<div id="page">
|
|
|
|
<article>
|
|
<p>Litecord is an open-source reimplementation
|
|
of the Discord API.</p>
|
|
|
|
<p>Discord frontend modifications being hosted
|
|
in this instance are not, and will never be,
|
|
related to the Litecord project.</p>
|
|
|
|
<p>By accessing an instance containing such
|
|
modifications, the instance is breaking the Discord
|
|
Terms of Service. Proceed with caution.
|
|
</p>
|
|
|
|
<p>It supports nodeinfo, despite not being part
|
|
in any federated network.
|
|
</p>
|
|
</article>
|
|
|
|
<aside>
|
|
<p><a href="https://gitlab.com/litecord/litecord">
|
|
Litecord source code
|
|
</a></p>
|
|
<p><a href="{{request.protocol}}/nodeinfo/2.1.json">
|
|
This instance's nodeinfo (general statistics)
|
|
</a></p>
|
|
</aside>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|