fiatlux/firmware/webdir/404.html

32 lines
853 B
HTML
Raw Normal View History

2021-09-09 00:35:15 +00:00
<!DOCTYPE html>
2021-09-12 22:20:08 +00:00
<html lang="en">
2021-09-09 00:35:15 +00:00
<head>
2021-09-12 22:20:08 +00:00
<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">
2021-09-09 00:35:15 +00:00
</head>
<body>
2021-09-12 22:20:08 +00:00
<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>
2021-09-09 00:35:15 +00:00
</body>
</html>