Add common stylesheet and Javascript to the simple example.
[techtalk-pse.git] / examples / simple / 10-hello.html
index 5af67ad..d7a4005 100644 (file)
@@ -1 +1,4 @@
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
 Hello, <b>world</b>!