File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,15 @@ export default function Page() {
44 return (
55 < >
66 < div className = "flex justify-center items-center min-h-screen bg-purple-200" >
7- < audio src = "/music.MP3" autoPlay > </ audio >
87 < div className = "flex gap-32" >
98 < Image
109 src = "https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExbnl0cDV5b3YzdDJzZjRuN20zYXF4d3NqeHNqZGdxMndidzA1NHRqZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/VXJWhaO7afRe/giphy.gif"
1110 alt = "Saitama Ok"
1211 width = { 500 }
1312 height = { 500 } />
14- < iframe
15- width = "560"
16- height = "315"
17- src = "https://www.youtube.com/embed/dQw4w9WgXcQ?si=_KFan5I-EATfSjR3&controls=0& mute = 1 & autoplay = 1 "
18- title = "YouTube video player"
19- frameBorder = "0"
20- allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
21- referrerPolicy = "strict-origin-when-cross-origin"
22- allowFullScreen > </ iframe >
13+ < video autoPlay height = "500" width = "500" >
14+ < source src = "/never-gonna-give-up.mp4" type = "video/mp4" />
15+ </ video >
2316 </ div >
2417 </ div >
2518 </ >
You can’t perform that action at this time.
0 commit comments