diff --git a/changelog b/changelog
index e7c4e8a..781bfc5 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20140901 tpd src/axiom-website/patches.html 20140901.02.tpd.patch
+20140901 tpd src/axiom-website/videos.html add Website Pages video
 20140901 tpd src/axiom-website/patches.html 20140901.01.tpd.patch
 20140901 tpd src/axiom-website/videos.html add Developer videos section
 20140825 tpd src/axiom-website/patches.html 20140825.03.tpd.patch
diff --git a/patch b/patch
index 4d6f071..239e8ee 100644
--- a/patch
+++ b/patch
@@ -1,3 +1,3 @@
-src/axiom-website/videos.html add Developer Videos section
+src/axiom-website/videos.html add Website Pages video
 
-update the page with a new section
+add a new video
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 7e58939..e58f031 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4616,6 +4616,8 @@ books/bookvolbib fix typos<br/>
 src/input/taylorseries.input fix typo<br/>
 <a href="patches/20140901.01.tpd.patch">20140901.01.tpd.patch</a>
 src/axiom-website/videos.html add Developer videos section<br/>
+<a href="patches/20140901.02.tpd.patch">20140901.02.tpd.patch</a>
+src/axiom-website/videos.html add Website Pages video<br/>
  </body>
 </html>
 
diff --git a/src/axiom-website/videos.html b/src/axiom-website/videos.html
index 6ee3539..17eef8e 100644
--- a/src/axiom-website/videos.html
+++ b/src/axiom-website/videos.html
@@ -5,7 +5,8 @@
   <title>Axiom Computer Algebra System</title>
  </head>
  <style>
-  table td { margin: 5px 15px; text-align: center; }
+  td { padding: 10px; text-align: center; }
+  tr > td { padding-bottom: 1px; }
  </style>
  <body bgcolor="#ECEA81">
 <div id='container'>
@@ -167,6 +168,13 @@
   <td>.</td>
  </tr>
 
+ <tr> 
+  <td><b>Website Pages</b></td>
+  <td>.</td>
+  <td><a href="WebsitePages.mp4">mp4</a></td>
+  <td>.</td>
+ </tr>
+
 </table>
 </div>
 
