This commit is contained in:
QIDI TECH
2024-09-03 09:34:33 +08:00
parent 27f34aa3e8
commit 585146181b
5147 changed files with 1734881 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 KiB

View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connect Device</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
}
h1 {
color: #3366ff;
margin-top: 20px;
}
p {
margin: 10px 0;
font-size: 18px;
}
img {
max-width: 100%;
height: auto;
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Connect Device</h1>
<p>Please use the QIDI Link APP to connect to your printer. Once the link is completed, the online device will be synced to the "Link" page.</p>
<img src="link_connection.png" alt="Device Connection Image">
</body>
</html>

View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connect Device</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
}
h1 {
color: #3366ff;
margin-top: 20px;
}
p {
margin: 10px 0;
font-size: 18px;
}
img {
max-width: 100%;
height: auto;
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Connect Device</h1>
<p>Please set up your printer connection to view the device.</p>
<img src="setup_connection.gif" alt="Device Connection Image">
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 KiB