aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
blob: 9fc064dbeb42e8d2f40f9a20b03f90d3e7b9ee70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
  <meta charset="utf-8">
  <title>Noah Loomans</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="/style/main.css">
  <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
  <script>
    var host = "noahloomans.com";
    if ((host == window.location.host) && (window.location.protocol != 'https:')) {
      window.location = window.location.toString().replace(/^http:/, "https:");
    }
  </script>
</head>