diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-11-26 19:50:13 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-11-26 19:50:13 +0100 |
commit | 834918feb35a9bb6a693228e9a8f6c874bd232c2 (patch) | |
tree | 1d472492fae18bca6fe841d920b1791fbf452e43 /18 | |
parent | 4bb1c596a4cb00f937150bb64216f8ed95a19009 (diff) |
Add stuff to the head
Diffstat (limited to '18')
-rw-r--r-- | 18/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/18/index.html b/18/index.html index d1b183f..16ee2ce 100644 --- a/18/index.html +++ b/18/index.html @@ -8,6 +8,17 @@ crossorigin="anonymous"> <title>18.</title> <link rel="stylesheet" href="/style/18.css"> + <script> + var host = "noahloomans.com"; + if ((host == window.location.host) && (window.location.protocol != 'https:')) { + window.location = window.location.toString().replace(/^http:/, "https:"); + } + </script> + + <!-- sigh... favicon --> + <link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png"> + <link rel="icon" type="image/png" href="/assets/icons/favicon-32x32.png" sizes="32x32"> + <link rel="icon" type="image/png" href="/assets/icons/favicon-16x16.png" sizes="16x16"> </head> <body> <div class="wrapper"> |