Files
aue/html/test.html
2026-06-03 13:16:30 +08:00

12 lines
337 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>PDF Test</title>
</head>
<body>
<h1>PDF Test</h1>
<p>Testing PDF loading from public directory:</p>
<iframe src="/sample.pdf" width="100%" height="800px" style="border: 1px solid #ccc;"></iframe>
<p><a href="/sample.pdf" target="_blank">Open PDF in new tab</a></p>
</body>
</html>