feat: HTML default page
This commit is contained in:
parent
b562b8cf92
commit
8cb5013043
14 changed files with 408 additions and 10 deletions
16
src/web/templates/index.html.j2
Normal file
16
src/web/templates/index.html.j2
Normal 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 -%}
|
Loading…
Add table
Add a link
Reference in a new issue