mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-25 23:33:59 +01:00
13 lines
315 B
HTML
13 lines
315 B
HTML
|
{% include 'parts/begin.html' %}
|
||
|
<link rel="stylesheet" href="/static/css/home.css">
|
||
|
|
||
|
<main>
|
||
|
<h1>Panel</h1>
|
||
|
<h2>
|
||
|
<mark>Warning</mark>
|
||
|
this is a <u>very early prototype</u> of NovaAI. Do not use it in production.
|
||
|
You have been warned.
|
||
|
</h2>
|
||
|
</main>
|
||
|
{% include 'parts/end.html' %}
|