summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 11 hands-on assignments/Ch11_msglm/11.2.audio/11.2.index.html
diff options
context:
space:
mode:
Diffstat (limited to 'HTML/Chapter/Ch. 11 hands-on assignments/Ch11_msglm/11.2.audio/11.2.index.html')
-rw-r--r--HTML/Chapter/Ch. 11 hands-on assignments/Ch11_msglm/11.2.audio/11.2.index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/HTML/Chapter/Ch. 11 hands-on assignments/Ch11_msglm/11.2.audio/11.2.index.html b/HTML/Chapter/Ch. 11 hands-on assignments/Ch11_msglm/11.2.audio/11.2.index.html
new file mode 100644
index 0000000..77739e4
--- /dev/null
+++ b/HTML/Chapter/Ch. 11 hands-on assignments/Ch11_msglm/11.2.audio/11.2.index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Podcast</title>
+ </head>
+ <body>
+ <h1>Web Design Podcast</h1>
+ <audio controls>
+ <!--I usually put ogg first because of better compression-->
+ <source src="11.2.podcast.ogg" type="audio/ogg">
+ <source src="11.2.podcast.mp3" type="audio/mpeg">
+ <a href="11.2.podcast.mp3">download the Podcast</a> (MP3)
+ </audio>
+ <br>
+ <a href="11.2.podcast.txt">Podcast Transcript</a>
+ </body>
+</html>