30 lines
683 B
HTML
30 lines
683 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>P80 printer webpage</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="navbar">
|
|
<ul>
|
|
<a href="/">Print</a>
|
|
<a href="/config">Configuration</a>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="container" display="block">
|
|
<div class="status-block">
|
|
<div class="status-block configuration">
|
|
<h2>Configuration:</h2>
|
|
</div>
|
|
<div class="status-block connection">
|
|
<h2>Connection:</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |