aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-31 13:43:51 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-31 13:43:51 +0300
commitb27e61cbf5d81c16f5a05721afadc195998bda4e (patch)
tree696f874fd845dcca30565aa9fa5dfafeaaccf8c4 /index.html
parentindex.html: highlight the example link (diff)
downloadwireguard-config-b27e61cbf5d81c16f5a05721afadc195998bda4e.tar.gz
wireguard-config-b27e61cbf5d81c16f5a05721afadc195998bda4e.zip
index.html: fix HTML validation errors
Something about not allowing self-closing non-void HTML elements.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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.</p>
</div>
</form>
-<div id="guides"/>
+<div id="guides"></div>