1<!doctype html> 2<html> 3 4<head> 5 <meta charset="utf-8"> 6 <title>CLDR | 404 </title> 7 <link rel="stylesheet" href="/assets/css/reports-v2.css" /> 8 <link rel="stylesheet" href="/assets/css/page.css" /> 9</head> 10 11<body> 12 <header> 13 <div class="navparent"> 14 <div id="nav" class="nav"> 15 <!-- Vue mount here --> 16 </div> 17 </div> 18 <div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div> 19 <!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> --> 20 </header> 21 22 23 24 <section class="body"> 25 26 <h1> 404 - Not Found</h1> 27 28 <p> 29 The page you have entered does not exist 30 </p> 31 32 <a href="/">Go to site home</a> 33 34 35 </section> 36 <footer> 37 © 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>. 38 </footer> 39 <!-- workaround for cloudflare content-type issue --> 40 <script src="/assets/vendor/vue.global.prod.js"></script> 41 <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> 42 <script src="/assets/js/cldrsite.js"></script> 43</body> 44 45</html> 46