summaryrefslogtreecommitdiff
path: root/docs/glyphs/index.html
blob: 2866d17979edff8aa2806ca8d602746099d9100e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: 404 not found
custom_html_header: |
  <meta name="robots" content="noindex">
---
{% include defs.html -%}
<div class="row"><div>
  <h1>404 not found</h1>
  <p>
    This page has moved to
    <a href="{{url_root}}#glyphs" id="canonlink">{{url_root}}#glyphs</a>
  </p>
</div></div>
<script type="text/javascript">(function(){
let i = location.search.indexOf("?g=")
let glyphname = i > -1 ? location.search.substr(i+3) : ''
let newurl = `{{url_root}}#glyphs/${glyphname}`
let a = document.getElementById('canonlink')
a.href = newurl
a.innerText = newurl
})()</script>