-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLDR-17934 site: add a 404 page (#4045)
- Loading branch information
1 parent
94a64e4
commit 8a14c32
Showing
1 changed file
with
45 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!doctype html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>CLDR | 404 </title> | ||
<link rel="stylesheet" href="/assets/css/reports-v2.css" /> | ||
<link rel="stylesheet" href="/assets/css/page.css" /> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<div class="navparent"> | ||
<div id="nav" class="nav"> | ||
<!-- Vue mount here --> | ||
</div> | ||
</div> | ||
<div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div> | ||
<!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> --> | ||
</header> | ||
|
||
|
||
|
||
<section class="body"> | ||
|
||
<h1> 404 - Not Found</h1> | ||
|
||
<p> | ||
The page you have entered does not exist | ||
</p> | ||
|
||
<a href="/">Go to site home</a> | ||
|
||
|
||
</section> | ||
<footer> | ||
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>. | ||
</footer> | ||
<!-- workaround for cloudflare content-type issue --> | ||
<script src="/assets/vendor/vue.global.prod.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js" integrity="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="/assets/js/cldrsite.js"></script> | ||
</body> | ||
|
||
</html> |