mirror of https://gitlab.com/litecord/litecord.git
49 lines
1.2 KiB
HTML
49 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>{{ inst_name }} - index</title>
|
|
<style>
|
|
#content {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main id="content">
|
|
<h1>
|
|
welcome to {{ inst_name }}, a Litecord instance
|
|
</h1>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</main>
|
|
</body>
|
|
</html>
|