21 lines
No EOL
389 B
HTML
21 lines
No EOL
389 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>PDF Viewer</title>
|
|
</head>
|
|
<body>
|
|
|
|
<!--
|
|
Place the following <div> element where you want the PDF to be displayed in your website. You can change the size using the width and height attributes.
|
|
-->
|
|
<div>
|
|
|
|
<iframe
|
|
src="C:\Users\CLEME\Pictures\corr_exam.pdf"
|
|
width="500"
|
|
height="678"
|
|
>
|
|
</iframe>
|
|
</div>
|
|
|
|
</body> |