stash
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2021-09-13 00:20:08 +02:00
parent d0a06bc4db
commit 03e8e9bf0d

View file

@ -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">&#9776;</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>