diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-02-22 01:22:36 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-02-22 01:22:36 -0600 |
commit | 645f32457f34822a54e090b9f9733fd006e0bf69 (patch) | |
tree | da92260d1ad80252edb1ae40307e23a580ef0652 /assets | |
parent | 0d8843528c9726b1b6ed8e8727663a90005798c0 (diff) |
Fix validation links
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index_end.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/index_end.html b/assets/index_end.html index edc315f..3184ddc 100644 --- a/assets/index_end.html +++ b/assets/index_end.html @@ -1,8 +1,8 @@ <hr class="hdiv"/> <span id="footmenu"> -<a href="http://validator.w3.org/check/referer">HTML5</a> | -<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS3</a> +<a href="https://validator.w3.org/check/referer">HTML5</a> | +<a href="https://jigsaw.w3.org/css-validator/check/referer">CSS3</a> </span> </body> |