mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-08-01 00:10:29 -04:00
New file embed PDF
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
|
<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> -->
|
||||||
|
<embed src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf" width="50%" height="600px" type='application/pdf'>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
<div>
|
<div>
|
||||||
Test Iframe PDF:<br>
|
Test Iframe PDF:<br>
|
||||||
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
|
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
|
||||||
|
<!-- <embed src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf" width="50%" height="600px" type='application/pdf'> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user