This commit is contained in:
parent
d0a06bc4db
commit
03e8e9bf0d
1 changed files with 25 additions and 16 deletions
|
@ -1,22 +1,31 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
<title>fiatlux v0.2 | Error 404</title>
|
||||||
<link rel="shortcut icon" href="img/favicon.png">
|
<link rel="stylesheet" href="css/picnic.min.css">
|
||||||
<title>HTTP Server</title>
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<ul class="navbar">
|
<nav>
|
||||||
<li><a href="/">Home</a></li>
|
<a href="#" class="brand">
|
||||||
<li><a href="websockets">WebSockets</a></li>
|
<span>fiatlux v0.2</span>
|
||||||
<li><a href="about">About</a></li>
|
</a>
|
||||||
</ul>
|
<input id="bmenub" type="checkbox" class="show">
|
||||||
|
<label for="bmenub" class="burger pseudo button">☰</label>
|
||||||
<div class="grid main">
|
<div class="menu">
|
||||||
<h1>404 - Page not found</h1>
|
<a href="/#" class="button icon-picture">Dashboard</a>
|
||||||
<div class="alert alert-error">Sorry, the page you are requesting was not found on this server.</div>
|
<a href="/#wifi" class="button icon-puzzle">Wifi Settings</a>
|
||||||
</div>
|
<a href="/#ota" class="button icon-picture">System</a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<main id="error">
|
||||||
|
<h2>Error 404 Not Found </h2>
|
||||||
|
<p>
|
||||||
|
The page you requested was not found on this system.
|
||||||
|
<a href="/#">Go back</a>
|
||||||
|
</p>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue