Add common stylesheet and Javascript to the simple example.
[techtalk-pse.git] / examples / simple / 30-goodbye.html
index 8699f60..a9200f6 100644 (file)
@@ -1,9 +1,17 @@
+<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>