diff options
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"> |