first commit
This commit is contained in:
commit
356f72fedc
24 changed files with 367 additions and 0 deletions
21
front_end/test.html
Normal file
21
front_end/test.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue