feat: HTML default page

This commit is contained in:
Jade Ellis 2025-04-25 02:47:48 +01:00 committed by magmaus3
parent b562b8cf92
commit 8cb5013043
Signed by: magmaus3
GPG key ID: C8AABFABFA2FAF66
14 changed files with 408 additions and 10 deletions

View file

@ -0,0 +1,16 @@
{% extends "_layout.html.j2" %}
{%- block content -%}
<div class="orb"></div>
<div class="panel">
<h1>Welcome to <a class="project-name" href="https://continuwuity.org">Continuwuity</a>!</h1>
<p>Continuwuity is successfully installed and working. </p>
<p>To get started, you can:</p>
<ul>
<li>Read the <a href="https://continuwuity.org/introduction">documentation</a></li>
<li>Join the <a href="https://continuwuity.org/community">community</a></li>
<li>Log in with a <a href="https://matrix.org/ecosystem/clients/">client</a></li>
<li>Ensure <a href="https://federationtester.matrix.org/">federation</a> works</li>
</ul>
</div>
{%- endblock content -%}