diff --git a/display/web/main.templ b/display/web/main.templ index c66ad6e..b6c8c59 100644 --- a/display/web/main.templ +++ b/display/web/main.templ @@ -1,16 +1,15 @@ package web templ indexTemplate() { - - - - - - - PLG Connect Display - - - - - - -
-
-
- - + + +
+
+
+ } templ videoTemplate(path string) { - + } templ imageTemplate(path string) { - + } templ deviceInfoTemplate(ip string, mac string, showQR bool) { -
-
- { ip } - { mac } -
- if showQR { -
-
- QR-Code +
+
+ { ip } + { mac }
+ if showQR { +
+
+ QR-Code +
+
+ }
- } -
- -} \ No newline at end of file +}