1--- 2layout: default 3--- 4<!-- 5© 2020 and later: Unicode, Inc. and others. 6License & terms of use: http://www.unicode.org/copyright.html 7--> 8 9<style type="text/css" media="screen"> 10 .container { 11 margin: 10px auto; 12 max-width: 600px; 13 text-align: center; 14 } 15 h1 { 16 margin: 30px 0; 17 font-size: 4em; 18 line-height: 1; 19 letter-spacing: -1px; 20 } 21</style> 22 23<div class="container"> 24 <h1>404</h1> 25 26 <p><strong>Page not found :(</strong></p> 27 <p>The requested page could not be found.</p> 28</div> 29