diff options
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 49 |
1 files changed, 26 insertions, 23 deletions
@@ -1,24 +1,27 @@ ---- -layout: default ---- +<HTML> + <HEAD> + <link href="./style.css" type="text/css" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <TITLE>Silicon Linux</TITLE> + </HEAD> +<BODY> + <div id="navigation"> + <ul> + <li class="nav logo">Silicon Linux</li> + <li class="nav"><a class="nav" href="./index.html">HOME</a></li> + <li class="nav"><a class="nav"href="./download.html">DOWNLOAD</a></li> + <li class="nav"><a class="nav" href="./support.html">SUPPORT</a></li> + <li class="nav"><a class="nav"href="https://github.com/silicon-linux">GITHUB</a></li> + </ul> + </div> + <h1 class ="title">404</h1> -<style type="text/css" media="screen"> - .container { - margin: 10px auto; - max-width: 600px; - text-align: center; - } - h1 { - margin: 30px 0; - font-size: 4em; - line-height: 1; - letter-spacing: -1px; - } -</style> - -<div class="container"> - <h1>404</h1> - - <p><strong>Page not found :(</strong></p> - <p>The requested page could not be found.</p> -</div> + <p class="center"><strong>Page not found :(</strong></p> + <p class="center"><b>Uh Oh!</b> The requested page could not be found.</p> + <div class="footer"> + <p>© Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p> + </div> +</BODY> +</HTML> |
