[2] 2021-02-26_元宵节快乐
<!DOCTYPE html><html>
<head>
<title>本地PDF展示</title>
<style>
.container {
width: 80%;
margin: 20px auto;
}
.warning {
color: #ff4444;
padding: 10px;
border: 1px solid #ffcccc;
background: #ffeeee;
}
</style>
</head>
<body>
<div class="container">
<embed
src="data/attachment/forum/test.pdf"
type="application/pdf"
width="100%"
height="1200px"
>
</div>
</body>
</html>
页:
[1]