-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
20 lines (20 loc) · 2.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="description" content="Test your local fonts with a proofing tool developed for type designers. Check kerning, OpenType features, and language coverage. Variable fonts supported."><link rel="icon" href="/favicon.ico"><title>Bulletproof Font Tester</title><script>// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
// This script checks to see if a redirect is present in the query string,
// converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))</script><link href="/css/app.419635f2.css" rel="preload" as="style"><link href="/css/chunk-vendors.3d8e971b.css" rel="preload" as="style"><link href="/js/app.cb27efcb.js" rel="preload" as="script"><link href="/js/chunk-vendors.a1088525.js" rel="preload" as="script"><link href="/css/chunk-vendors.3d8e971b.css" rel="stylesheet"><link href="/css/app.419635f2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but bulletproof doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.a1088525.js"></script><script src="/js/app.cb27efcb.js"></script></body></html>