diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-31 13:43:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-31 13:43:51 +0300 |
commit | b27e61cbf5d81c16f5a05721afadc195998bda4e (patch) | |
tree | 696f874fd845dcca30565aa9fa5dfafeaaccf8c4 /index.html | |
parent | index.html: highlight the example link (diff) | |
download | wireguard-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |