-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglossary.html
More file actions
21 lines (21 loc) · 775 Bytes
/
glossary.html
File metadata and controls
21 lines (21 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>FiceCal Glossary Redirect</title>
<meta name="description" content="FiceCal glossary has moved into the consolidated documentation page." />
<link rel="canonical" href="https://ficecal.readthedocs.io/en/latest/#glossary" />
<meta http-equiv="refresh" content="0; url=document.html#glossary" />
<script>
(function () {
var hash = window.location.hash || '#glossary';
window.location.replace('document.html' + hash);
})();
</script>
</head>
<body>
<p>The glossary is now part of the consolidated documentation.</p>
<p><a href="document.html#glossary">Open the glossary section in document.html</a></p>
</body>
</html>