aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-11-26 19:50:13 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-11-26 19:50:13 +0100
commit834918feb35a9bb6a693228e9a8f6c874bd232c2 (patch)
tree1d472492fae18bca6fe841d920b1791fbf452e43
parent4bb1c596a4cb00f937150bb64216f8ed95a19009 (diff)
Add stuff to the head
-rw-r--r--18/index.html11
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">