mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
16 lines
304 B
HTML
Executable File
16 lines
304 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Test Page</title>
|
|
</head>
|
|
<body>
|
|
|
|
<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>
|