From 6b8895fa608e904d49d10b73978ccfdb712a276d Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 10:01:46 +0200 Subject: [PATCH] style: fix indentation in HTML for better readability Corrected the indentation of
  • elements and added newline spacing in the HTML structure. These changes enhance code readability and maintain consistency in the project's code style. --- index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 44e5fb5..0204073 100644 --- a/index.php +++ b/index.php @@ -7,12 +7,14 @@ $ipv6_endpoint = "https://ipv6." . $domain; ?> + Welcome to MyIP.Coffee +
    @@ -21,7 +23,7 @@ $ipv6_endpoint = "https://ipv6." . $domain;
    @@ -65,4 +67,5 @@ $ipv6_endpoint = "https://ipv6." . $domain; + \ No newline at end of file