mirror of
https://github.com/silicon-linux/silicon-linux.github.io.git
synced 2025-01-22 22:22:13 -05:00
404 error
This commit is contained in:
parent
0475bf1101
commit
173adf2666
1 changed files with 26 additions and 23 deletions
49
404.html
49
404.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue