Files
pathduck.github.io/test/pdf/pdf-iframe.html
T
2025-06-01 10:07:00 +02:00

15 lines
291 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
</head>
<body>
<div>
Test Iframe PDF:<br>
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
</div>
</body>
</html>