2023-06-14 06:29:36 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Printer Connection Required</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/home.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/dark.css" />
|
|
|
|
<script type="text/javascript" src="../data/text.js"></script>
|
|
|
|
<script type="text/javascript" src="../homepage/js/jquery-3.6.0.min.js"></script>
|
|
|
|
<script type="text/javascript" src="../homepage/js/json2.js"></script>
|
|
|
|
<script type="text/javascript" src="../homepage/js/globalapi.js"></script>
|
|
|
|
<script type="text/javascript" src="../homepage/js/home.js"></script>
|
|
|
|
</head>
|
|
|
|
<body onLoad="OnInit()">
|
|
|
|
<div class="container">
|
2023-08-23 07:51:44 +00:00
|
|
|
<h1 class="trans">Printer Connection</h1>
|
|
|
|
<p class="trans">Please set up your printer connection to view the device.</p>
|
2023-06-14 06:29:36 +00:00
|
|
|
<img src="setup_connection.gif" alt="Printer connection setup demonstration" style="max-width: 100%; height: auto; display: block;"/>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|