Files
pathduck.github.io/test/pdf/index.html
T
2022-10-07 18:01:53 +02:00

24 lines
583 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>
HTML Test Page
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</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>
<div>
Test Embed PDF:<br>
<embed width="50%" height="600px" type='application/pdf' src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf">
</div>
</body>
</html>