This repository has been archived on 2025-10-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
inter-font/docs/glyphs/index.html
Rasmus Andersson 2f9a256e6e new v4 website
2023-09-26 17:10:58 -07:00

22 lines
592 B
HTML

---
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>