This commit is contained in:
whidix
2023-01-03 00:13:23 +01:00
parent fb0553912a
commit 35261a99a3
7 changed files with 54 additions and 4 deletions

View 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>