Add warning text to index.html

This commit is contained in:
Jason Streifling 2024-08-30 18:34:40 +02:00
parent a33e7f9896
commit 4a11e1a497

View File

@ -24,6 +24,9 @@
<p class="text-center text-gray-500 dark:text-gray-400">
&copy; 2024 Jason Streifling. Alle Rechte vorbehalten.
</p>
<p class="text-center text-gray-500 dark:text-gray-400">
<strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler enthalten.
</p>
</footer>
<script src="https://unpkg.com/htmx.org@2.0.1"></script>