-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add article shortcuts section to elsewhere page
- Loading branch information
Showing
4 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!doctype html> | ||
<!-- - - - - - - - - - - - - - - - - - - - - --> | ||
<!-- Fractions are a Royal Pain in Imperial --> | ||
<!-- - - - - - - - - - - - - - - - - - - - - --> | ||
<html lang=en> | ||
<head> | ||
<meta charset=utf-8> | ||
<meta name=viewport content="width=device-width, initial-scale=1"> | ||
<meta http-equiv=refresh content="1; url=https://think-metric.org/article/fractions-are-a-royal-pain-in-imperial"> | ||
<meta name=description content="Fractions are a Royal Pain in Imperial • What's 1/5 of a yard?"> | ||
<title>Fractions are a Royal Pain in Imperial • What's 1/5 of a yard?</title> | ||
<link rel=icon href=https://think-metric.org/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@{{package.dependencies.web-ignition|version}}/dist/reset.min.css> | ||
<style>main { opacity: 0; }</style> | ||
<script> | ||
const url = '../article/fractions-are-a-royal-pain-in-imperial/'; | ||
globalThis.location.href = url; | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<main> | ||
<h1>Fractions are a Royal Pain in Imperial</h1> | ||
<h2>What's 1/5 of a yard?</h2> | ||
<a href=../article/fractions-are-a-royal-pain-in-imperial>https://think-metric.org/fractions</a> | ||
</main> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters