ai_pdf/front_end/test.html
2024-04-17 00:24:21 +02:00

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>