Add frontend support for settings

This commit is contained in:
Sami Abuzakuk
2025-10-12 10:22:20 +02:00
parent 288a40952e
commit c8aa5e9917
4 changed files with 145 additions and 4 deletions

View File

@@ -43,6 +43,9 @@
<div class="flex space-x-6">
<a href="/" class="text-lg hover:text-gray-400">Home</a>
<a href="/scripts" class="text-lg hover:text-gray-400">Scripts</a>
<a href="/settings" class="text-lg hover:text-gray-400">
<Icon icon="material-symbols:settings" width="24" height="24" />
</a>
</div>
</div>
</nav>