From f79ff64d1ef144e42f6474edd1634683b0d99441 Mon Sep 17 00:00:00 2001 From: valkyrie_pilot Date: Sun, 7 Jul 2024 22:05:13 -0500 Subject: [PATCH] span is more semantically correct then div --- templates/404.hbs | 2 +- templates/index.hbs | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/404.hbs b/templates/404.hbs index 4cfae67..0979c21 100644 --- a/templates/404.hbs +++ b/templates/404.hbs @@ -13,7 +13,7 @@
-
404 not found
+ 404 not found Go home?
diff --git a/templates/index.hbs b/templates/index.hbs index 59c5561..eb285f7 100644 --- a/templates/index.hbs +++ b/templates/index.hbs @@ -45,15 +45,15 @@
{%- match ip -%} {%- when IpAddr::V4 with (ipv4) -%} -
Your public IPv4 is: {{ ipv4 }}
- + {%- when IpAddr::V6 with (ipv6) -%} - -
Your public IPv6 is: {{ ipv6 }}
+ + Your public IPv6 is: {{ ipv6 }} {%- endmatch -%}
{%- match ip -%}