build: Check for Perl modules we actually use.
[techtalk-pse.git] / examples / simple / 30-goodbye.html
index 8699f60..2225729 100644 (file)
@@ -1,9 +1,26 @@
+<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>
+We hope you noticed on the previous slide that you
+could hit the <b>Up arrow</b> to get pre-populated
+history.
+</p>
 
-Now look at these files to find out how we did it:
+<p>
+Now look at these files in the current directory
+to find out how we did it:
+</p>
 
 <ul>
 <li> 10-hello.html
 <li> 20-shell.sh
 <li> 30-goodbye.html
+<li> functions &mdash; common shell functions
+<li> style.css &mdash; stylesheet
+<li> code.js &mdash; Javascript
 </ul>