chatgpt-web/src/lib/Footer.svelte

13 lines
315 B
Svelte

<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>ChatGPT-web</strong>
by
<a href="https://niekvandermaas.nl/">Niek van der Maas</a>
&mdash; see
<a href="https://github.com/Niek/chatgpt-web">GitHub</a>
for source code.
</p>
</div>
</footer>