From b27e61cbf5d81c16f5a05721afadc195998bda4e Mon Sep 17 00:00:00 2001
From: Egor Tensin
Date: Sun, 31 Oct 2021 13:43:51 +0300
Subject: index.html: fix HTML validation errors
Something about not allowing self-closing non-void HTML elements.
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index d3b5e60..cbf2d68 100644
--- a/index.html
+++ b/index.html
@@ -105,4 +105,4 @@ show the configuration that can be easily consumed by the new client.
-
+
--
cgit v1.2.3