Files
mqtt_creator/src/app/app.component.html
tom 8bcc350544
All checks were successful
mqtt_creator/pipeline/head This commit looks good
ADD: version number in header
2024-06-30 10:30:07 +01:00

11 lines
564 B
HTML

<!DOCTYPE html>
<main class="p-4">
<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">
<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="https://git.letsstein.de/tom/mqtt_creator">Code</a>
</div>
<router-outlet></router-outlet>
</main>