summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 11 hands-on assignments/Ch11_msglm/11.1.podcast/11.1.podcast.html
blob: cd50e92cffc92baa6f4a5c586622fcc975ce6721 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Podcast</title>
    </head>
    <body>
        <h1>Web Design Podcast</h1>
        <a href="11.1.podcast.mp3">Podcast Episode 1</a> (MP3)
        <br>
        <a href="11.1.podcast.txt">Podcast Transcript</a>
    </body>
</html>