first commit

This commit is contained in:
Crizomb 2024-04-17 00:21:46 +02:00
commit 356f72fedc
24 changed files with 367 additions and 0 deletions

21
front_end/test.html Normal file
View 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>