diff --git a/fancier/index.html b/fancier/index.html
index e8904891689ba25c5b3a3751d5418d5d438a6144..af0cce41593ce7f07528d3488e1b74b76bc45b93 100644
--- a/fancier/index.html
+++ b/fancier/index.html
@@ -38,8 +38,9 @@
 
     <div class="main-text">
 
-      now you get fancy with with a css style script and <code>&ltdiv&gt</code>
-      tags which allow you to define blocks with sepcific styles on the html page !
+      now you can add javascript for animations or embedded functions by
+      calling a <code>&ltscript&gt</code> tag in your html file that points to
+      another javascript file !
       <br><br>
       
 
diff --git a/simple/index.html b/simple/index.html
index 5f9951e04bd58b7f0b89f4569a8994dab2359910..36cc7d8f16fd8e95fc1a1a8320956e02a7dce157 100644
--- a/simple/index.html
+++ b/simple/index.html
@@ -77,7 +77,7 @@
     <code>&lt img src="path/to/img_file.jpg" alt="alternative text description"
       width="500" height="600"&gt</code>
     <br><br>
-    <img src="sample.jpg" alt="example image" height="400">
+    <img src="../media/sample.jpg" alt="example image" height="400">
     <br><br>
     or videos with <code>&ltvideo&gt</code> tag
     <br><br>
@@ -87,7 +87,7 @@
       &lt/video&gt</code>
     <br><br>
     <video width="320" height="240" controls>
-      <source src="sample.mp4" type="video/mp4">
+      <source src="media/sample.mp4" type="video/mp4">
       Your browser does not support the video tag.
     </video>
     <br><br>