EasyVQD/deploy/easyvqd/EasyVQD.html
2026-01-15 19:32:33 +08:00

38 lines
590 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EasyVQD</title>
</head>
<style>
p {
line-height: 28px;
color: #333;
max-width: 1000px;
margin: auto;
font-size: 16px;
/* text-indent: 4ch; */
}
.img-box {
max-width: 660px;
margin: auto;
}
.img-box img {
margin: 40px 0;
width: 100%;
}
</style>
<body>
<p>EasyVQD核心视频诊断分析能力</p>
<div class="img-box">
<img src="./1.png" alt="Tsingsee">
</div>
</body>
</html>