Skip to content

Commit

Permalink
add podcast eva peron
Browse files Browse the repository at this point in the history
  • Loading branch information
informaticadiaz committed Jan 6, 2024
1 parent ea26bce commit eaa9595
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/pages/Podcast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@ import MainLayout from "../Layout/MainLayout"

function Podcast() {
return (
<>

<MainLayout>
<div>
<h2>Podcast</h2>
<div className="mt-4">
<h4>Eva Perón en el acto por el Día de la Lealtad.</h4>
<iframe
src="https://archive.org/embed/evita17ocutube1951"
width={300}
height={30}
frameBorder={0}
allowFullScreen
title="Podcast Video"
></iframe>
</div>
</div>
</MainLayout>
</>
)
}

Expand Down

0 comments on commit eaa9595

Please sign in to comment.