summaryrefslogtreecommitdiff
path: root/404.html
blob: d9170b87562ee65ef3ecb4f72fbdd39fb94c5f0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<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>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>
  <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>
</BODY>
</HTML>