14 lines
521 B
HTML
14 lines
521 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="5">
|
|
<title>What percent is the printer at</title>
|
|
<link rel="stylesheet" type="text/css" href="static/css/index.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Comic+Neue&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body bgcolor="#2e2e2e">
|
|
<div class="parent" style="color: azure;">
|
|
The printer is offline
|
|
</div>
|
|
<!-- <script src="static/js/reload.js"></script> -->
|
|
</body>
|
|
</html> |