Here is a very simple example of what the HTML might look like:
 
 {code}
-<html>
-<head>
-<title>Tutorial: An Introduction to Using HTCondor</title>
-</head>
-<body>
-
-<h1>Tutorial: An Introduction to Using HTCondor</h1>
-
-<p>Presented by Karen Miller, summer of 2014.
-<a href="http://research.cs.wisc.edu/htcondor/HTCondorWeek2014/presentations/MillerK_IntroTutorial.pdf">Download slides.</a>
-<a href="download/Intro_To_Using_HTCondor.mp4">Download video as MP4.</a>
-<a href="download/Intro_To_Using_HTCondor.webm">Download video as WebM.</a>
-
-<p><video width="640" height="360" controls poster="Intro_To_Using_HTCondor.jpg">
-	<source src="Intro_To_Using_HTCondor.mp4 type="video/mp4; codecs=avc1.42E01E,mp4a.40.2">
-	<source src="Intro_To_Using_HTCondor.webm" type="video/webm; codecs=vp8,vorbis">
+<p><video width="640" height="360" controls poster="FILENAME_GOES_HERE.jpg">
+<source src="FILENAME_GOES_HERE.mp4 type="video/mp4; codecs=avc1.42E01E,mp4a.40.2">
+<source src="FILENAME_GOES_HERE.webm" type="video/webm; codecs=vp8,vorbis">
 Sorry, your web browser does not appear to support HTML5 video.
 </video>
-
-</body>
-</html>
 {endcode}
 
+<p>Be sure to also include links to download the file and to the slides.
+
 {section: Editing with ffmpeg}
 
 This is probably unnecessary if you have a full blown video editor, but occasionally quick command line tools are useful.