ADD: version number in header
All checks were successful
mqtt_creator/pipeline/head This commit looks good

This commit is contained in:
2024-06-30 10:30:07 +01:00
parent 2c71062a5b
commit 8bcc350544

View File

@@ -2,7 +2,8 @@
<main class="p-4"> <main class="p-4">
<div class="flex flex-row justify-left gap-4 items-center h-12 mb-2 px-2"> <div class="flex flex-row justify-left gap-4 items-center h-12 mb-2 px-2">
<img src="mqtt_creator.ico" alt="app icon" class="h-full"> <img src="mqtt_creator.ico" alt="app icon" class="h-full">
<h2 class="text-3xl font-bold text-myButton w-full" >MQTT Discovery Creator</h2> <h2 class="text-3xl font-bold text-myButton text-nowrap" >MQTT Discovery Creator</h2>
<p class="w-auto text-nowrap w-full">v.1.0</p>
<a class="w-auto text-nowrap hover:text-myButton" href="http://www.tomtroeger.de">My Homepage</a> <a class="w-auto text-nowrap hover:text-myButton" href="http://www.tomtroeger.de">My Homepage</a>
<a class="w-auto text-nowrap hover:text-myButton" href="https://git.letsstein.de/tom/mqtt_creator">Code</a> <a class="w-auto text-nowrap hover:text-myButton" href="https://git.letsstein.de/tom/mqtt_creator">Code</a>
</div> </div>