diff options
author | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2016-08-21 01:29:36 +0200 |
---|---|---|
committer | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2016-08-21 01:29:36 +0200 |
commit | 78dbcd3a5caf74f038678d95d15393dd473c3061 (patch) | |
tree | 6b83051db6f1e1a09792e54451c0454a5457f39d | |
parent | f07da605101a7f27b1b85a9fb208e949a64aa1d5 (diff) |
Fix mixed-content (bis)
-rw-r--r-- | inc/footer.shtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/footer.shtml b/inc/footer.shtml index 450e8e8..92fed7f 100644 --- a/inc/footer.shtml +++ b/inc/footer.shtml @@ -1,12 +1,12 @@ <div id="footer"> <div id="htmlcss"> - <a href="http://validator.w3.org/check?uri=referer"> + <a href="https://validator.w3.org/check?uri=referer"> <img style="border:0;height:31px" - src="http://www.w3.org/html/logo/downloads/HTML5_Logo_64.png" + src="https://www.w3.org/html/logo/downloads/HTML5_Logo_64.png" alt="Valid HTML 5" /></a> - <a href="http://jigsaw.w3.org/css-validator/check/referer"> + <a href="https://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px" - src="http://jigsaw.w3.org/css-validator/images/vcss" + src="https://jigsaw.w3.org/css-validator/images/vcss" alt="CSS ist valide!" /></a> </div> <!--#config timefmt="%Y" --> |