diff options
| author | Alee <alee14498@gmail.com> | 2018-10-31 15:13:48 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-10-31 15:13:48 -0400 |
| commit | 173adf266633718cf98862f630ae4b84da2a475d (patch) | |
| tree | ddb54624105d69ea2e3c5828d3f8c5b419ac63c4 /404.html | |
| parent | 0475bf110187d44ffac3950e95e31ddacea6587c (diff) | |
| download | silicon-linux-173adf266633718cf98862f630ae4b84da2a475d.tar.gz silicon-linux-173adf266633718cf98862f630ae4b84da2a475d.tar.bz2 silicon-linux-173adf266633718cf98862f630ae4b84da2a475d.zip | |
404 error
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> |
