summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--404.html22
1 files changed, 6 insertions, 16 deletions
diff --git a/404.html b/404.html
index d9170b8..c88efcc 100644
--- a/404.html
+++ b/404.html
@@ -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>&copy; 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>