summaryrefslogtreecommitdiff
path: root/layouts/brain-rot/redirect.html
blob: 599d57b97724d9a7a806aa3720c30eee7d34214f (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <title>{{ .Title }}</title>
    <link rel="canonical" href="/unix-history/"/>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta http-equiv="refresh" content="0; url=/unix-history/#{{ .Page.Params.link }}"/>
  </head>
</html>