Update Device

This commit is contained in:
76Octane
2023-06-29 16:10:22 +08:00
parent 603711a4c1
commit 5954ecf4fe
3 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
body body
{ {
background-color:#eeeeee; background-color:#F4F7FE;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
display: flex; display: flex;
justify-content: center; justify-content: center;

View File

@@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Printer Connection Required</title> <title>Printer Connection Required</title>
<link rel="stylesheet" type="text/css" href="css/home.css" /> <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="../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/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../homepage/js/json2.js"></script> <script type="text/javascript" src="../homepage/js/json2.js"></script>
@@ -14,8 +13,8 @@
</head> </head>
<body onLoad="OnInit()"> <body onLoad="OnInit()">
<div class="container"> <div class="container">
<h1 class="trans" tid="t93">Printer Connection</h1> <h1 class="trans" tid="t4">Printer Connection</h1>
<p class="trans" tid="t94">Please set up your printer connection to view the device.</p> <p class="trans">Please set up your printer connection to view the device.</p>
<img src="setup_connection.gif" alt="Printer connection setup demonstration" style="max-width: 100%; height: auto; display: block;"/> <img src="setup_connection.gif" alt="Printer connection setup demonstration" style="max-width: 100%; height: auto; display: block;"/>
</div> </div>
</body> </body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 738 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB