+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
Hello, <b>world</b>!
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
This is the second slide.
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<p>
Goodbye, hope you enjoyed this simple example.
+</p>
+<p>
Now look at these files to find out how we did it:
+</p>
<ul>
<li> 10-hello.html
+<li> 15-second.html
<li> 20-shell.sh
<li> 30-goodbye.html
</ul>
-A very simple, 3 slide talk.
+A very simple, 3 slide talk with one demonstration.
+
--- /dev/null
+body {
+ font-size: 24pt;
+}
\ No newline at end of file