11 lines
564 B
HTML
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> |