EasyAudioEncode/deploy/easyaudioencode/EasyAudioEncode.html
2025-12-25 17:01:46 +08:00

38 lines
634 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EasyAudioEncode</title>
</head>
<style>
p {
line-height: 28px;
color: #333;
max-width: 1000px;
margin: auto;
font-size: 16px;
/* text-indent: 4ch; */
}
.img-box {
max-width: 260px;
margin: auto;
}
.img-box img {
margin: 40px 0;
width: 100%;
}
</style>
<body>
<p>EasyAudioEncode核心是将音频文件推送至GB28181设备进行广播</p>
<div class="img-box">
<img src="./1.png" alt="Tsingsee">
</div>
</body>
</html>