diff options
| author | Alee <alee14498@gmail.com> | 2018-11-02 16:35:39 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-02 16:35:39 -0400 |
| commit | 0e67da9f7eb8cefc14045800a53d033919774f24 (patch) | |
| tree | e0dfff6e717d2aca8c92f489761f8870ce2df35e | |
| parent | 9963b601901f3886b050cb1ce5d46d40b83bfc17 (diff) | |
| download | silicon-linux-0e67da9f7eb8cefc14045800a53d033919774f24.tar.gz silicon-linux-0e67da9f7eb8cefc14045800a53d033919774f24.tar.bz2 silicon-linux-0e67da9f7eb8cefc14045800a53d033919774f24.zip | |
forgot about 404
| -rw-r--r-- | 404.html | 22 |
1 files changed, 6 insertions, 16 deletions
@@ -1,27 +1,17 @@ +--- +project: Silicon Linux +--- <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"> + {% include heading.html %} <TITLE>404 | 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> + {% include navigator.html %} <h1 class ="title">404</h1> <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> + {% include footer.html %} </BODY> </HTML> |
