From cc9be27ab6b9e34333c38a9dd2b71b2a074f6ac5 Mon Sep 17 00:00:00 2001 From: Kioubit Date: Tue, 18 Jun 2024 15:49:17 +0300 Subject: [PATCH] html: Support mobile & simplify --- template.html | 157 +++++++++++++++++++++++++++++++------------------- 1 file changed, 98 insertions(+), 59 deletions(-) diff --git a/template.html b/template.html index 443d740..16f6564 100644 --- a/template.html +++ b/template.html @@ -2,46 +2,64 @@ - IPV6Canvas + + IPV6 Canvas
-
- +
+
+

IPv6 Canvas

+
+ ping {{.BaseIP}}XXXX:YYYY:11RR:GGBB +
Substitute coordinates and color, then ping. Values are hexadecimal. +
+
Canvas size: {{.CanvasWidth}}x{{.CanvasHeight}}
+ Connection status: + + Collapse + +
+
-
-

IPv6 Canvas

- ping {{.BaseIP}}XXXX:YYYY:11RR:GGBB -
Substitute coordinates and color, then ping. Values are hexadecimal.
-
Canvas size: {{.CanvasWidth}}x{{.CanvasHeight}}
- Connection status: - Collapse -
-
- + +
\ No newline at end of file