nova-web/web/templates/index.html
2023-08-20 14:24:06 +02:00

23 lines
567 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="/go">
<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' %}