fiatlux/firmware/webdir/404.html
jedi 03e8e9bf0d
All checks were successful
continuous-integration/drone/push Build is passing
stash
2021-11-21 05:14:08 +01:00

31 lines
853 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>fiatlux v0.2 | Error 404</title>
<link rel="stylesheet" href="css/picnic.min.css">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<a href="#" class="brand">
<span>fiatlux v0.2</span>
</a>
<input id="bmenub" type="checkbox" class="show">
<label for="bmenub" class="burger pseudo button">&#9776;</label>
<div class="menu">
<a href="/#" class="button icon-picture">Dashboard</a>
<a href="/#wifi" class="button icon-puzzle">Wifi Settings</a>
<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>
</html>