summaryrefslogtreecommitdiff
path: root/templates/head-common.html
blob: 10a216719c00c605613b5fb3344e8c90f997579a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<meta charset="utf-8">
<meta name="viewport"
      content="width=device-width, initial-scale=1">
<style>
  article {
      /* include a max width in case of CSS failure */
      max-width: 50em;
  }
</style>
<link rel="stylesheet" href="/index.css">
<link rel="license" href="#license">
<link rel="icon"
      href="/favicon.ico">