CHANGE: styling and readme
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
<div>
|
||||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
<!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 w-full" >MQTT Discovery Creator</h2>
|
||||
<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>
|
||||
Reference in New Issue
Block a user