update ppp

This commit is contained in:
whidix
2023-01-03 01:49:25 +01:00
parent 35261a99a3
commit 7c87205f81
3 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
<footer> <footer>
<div> <div>
<p>© 2020 - 2021 Created by Me</p> <p>© 2021 - 2022 Created by Me</p>
</div> </div>
</footer> </footer>

View File

@@ -9,10 +9,9 @@ tags:
import ppp from '$lib/files/PPP.pdf'; import ppp from '$lib/files/PPP.pdf';
</script> </script>
<iframe src={ppp} class="ppp"></iframe> <iframe src={ppp} class="ppp" title="Projet Personnel Professionnel"></iframe>
<style> <style>
/* Display the iframe with a 16/9 ratio */
.ppp { .ppp {
width: 100%; width: 100%;
height: 600px; height: 600px;