diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-08 11:03:18 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-08 11:03:18 -0500 |
commit | 658dbc517f20ea2b69a6cdfb5845340b08037571 (patch) | |
tree | 390d53ae84d71f4cb0321cdf4188cfe8f7e9e837 /everyone-should-become-an-html-expert.html | |
parent | 55add8e0d7ede9b4750e672e38c5674a9df0d57f (diff) |
Use HTTPS for valid XHTML icon img
Diffstat (limited to 'everyone-should-become-an-html-expert.html')
-rw-r--r-- | everyone-should-become-an-html-expert.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/everyone-should-become-an-html-expert.html b/everyone-should-become-an-html-expert.html index c9121e2..bc6eaa3 100644 --- a/everyone-should-become-an-html-expert.html +++ b/everyone-should-become-an-html-expert.html @@ -88,7 +88,7 @@ <p>This website is hand-coded with valid XHTML and hosted with <a href="https://nearlyfreespeech.net">NearlyFreeSpeech</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p> <p> <a href="https://validator.w3.org/check?uri=https%3A%2F%2Fxhtml.club%2Feveryone-should-become-an-html-expert.html"> - <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /> + <img src="https://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /> </a> </p> </div> |