File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,28 @@ const days: Record<number, Function> = {
101101 < div > It's Salopette day</ div >
102102 < div > 46 ??? 😭😭😭</ div >
103103 </ > )
104- }
104+ } ,
105+ 10 : ( ) => {
106+ let s = { "borderRadius" : "12px" } ;
107+ let embedFdp = < iframe data-testid = "embed-iframe" style = { s }
108+ src = "https://open.spotify.com/embed/track/5kdiMtCPO4pZavJcDgBthn?utm_source=generator" width = "100%" height = "352" frameBorder = "0" allowFullScreen = { false } allow = "autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading = "lazy" > </ iframe >
109+ let embedBatard = < iframe data-testid = "embed-iframe" style = { s }
110+ src = "https://open.spotify.com/embed/track/06cUnmAwNiDWW1NmxsizhF?utm_source=generator" width = "100%" height = "352" frameBorder = "0" allowFullScreen = { false } allow = "autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading = "lazy" > </ iframe >
111+ return ( < >
112+ < p > Aujourd'hui, que des numéros 10 dans ma team</ p >
113+ < p > Je te laisse avec deux musiques qui ont marqué le temps que j'ai passé avec toi</ p >
114+ < br > </ br >
115+ < br > </ br >
116+ < br > </ br >
117+ < h1 > 🚙</ h1 >
118+ { embedFdp }
119+ < br > </ br >
120+ < br > </ br >
121+ < br > </ br >
122+ < h1 > 🎤</ h1 >
123+ { embedBatard }
124+ </ > )
125+ }
105126
106127}
107128
You can’t perform that action at this time.
0 commit comments