update ppp
This commit is contained in:
Binary file not shown.
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user