mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-26 00:23:57 +01:00
23 lines
570 B
HTML
23 lines
570 B
HTML
|
{% include 'parts/begin.html' %}
|
||
|
<link rel="stylesheet" href="/static/css/home.css">
|
||
|
|
||
|
<header>
|
||
|
<h1>Free Generative AI for <span class="special-gradient">Everyone</span></h1>
|
||
|
<h3>Make AI Open Again</h3>
|
||
|
<a href="/panel">
|
||
|
<button class="special">
|
||
|
<i class="bi bi-arrow-right"></i>
|
||
|
Get started
|
||
|
</button>
|
||
|
</a>
|
||
|
<a href="https://discord.nova-oss.com" target="_blank">
|
||
|
<button class="secondary">
|
||
|
Join our Discord
|
||
|
</button>
|
||
|
</a>
|
||
|
</header>
|
||
|
<main>
|
||
|
|
||
|
</main>
|
||
|
{% include 'parts/end.html' %}
|