add ppp
This commit is contained in:
20
src/routes/shs/ppp/+page.md
Normal file
20
src/routes/shs/ppp/+page.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: 👨💻 Projet Personnel Professionnel
|
||||
date: 2022-12-31
|
||||
description: PPP
|
||||
tags:
|
||||
---
|
||||
|
||||
<script>
|
||||
import ppp from '$lib/files/PPP.pdf';
|
||||
</script>
|
||||
|
||||
<iframe src={ppp} class="ppp"></iframe>
|
||||
|
||||
<style>
|
||||
/* Display the iframe with a 16/9 ratio */
|
||||
.ppp {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user