Skip to content

Commit bad3c1e

Browse files
committed
J16
1 parent 6bfd4b8 commit bad3c1e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/Content.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,20 @@ const days: Record<number, Function> = {
185185
15: () => {
186186
return (<>
187187
<img src={margotUrl} />
188-
<div>Elle ? C'est juste Margot</div>
188+
<div>Elle ? C'est juste Margaux</div>
189189
<div>Pourquoi elle fait cette là ?</div>
190190
<div>Elle vient juste de me voir (ou de voir un homme je sais pas)</div>
191191
</>)
192192
},
193+
16: () => {
194+
return (<>
195+
<div>Aujourd'hui pas besoin de mots, juste que tu mettes un casque</div>
196+
<iframe width="560" height="315" src="https://www.youtube.com/embed/GOKN3hh6mGE?si=dADNJfE4z0Of00hG" title="YouTube video player"
197+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
198+
referrerPolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>
199+
200+
</>)
201+
}
193202

194203

195204

0 commit comments

Comments
 (0)