diff --git a/src/another-page.html b/src/another-page.html
index 5b0337af2550fe7c79609a63b566de419c55e25d..2d1289133224c526a183ad48358992a5e049ea00 100644
--- a/src/another-page.html
+++ b/src/another-page.html
@@ -22,6 +22,10 @@
       It was built on the <strong>%%BRANCH%%</strong> branch of the
       <a href="%%PROJECT_URL%%"><strong>%%PROJECT_NAMESPACE%%</strong></a> project.
     </p>
+    <p>
+      Go back to the <a href="index.html">homepage</a>.
+    </p>
   </body>
 </html>
 
+<!-- vi: set ts=2 sw=2 et ft=html: -->
diff --git a/src/index.html b/src/index.html
index 1c4d06d56356c7e74dba5e5e8167e7cee1866636..17171232f7a56fedd280198d8effd1cdd2cec643 100644
--- a/src/index.html
+++ b/src/index.html
@@ -22,6 +22,10 @@
       It was built on the <strong>%%BRANCH%%</strong> branch of the
       <a href="%%PROJECT_URL%%"><strong>%%PROJECT_NAMESPACE%%</strong></a> project.
     </p>
+    <p>
+      Go check out this <a href="another-page.html">other page</a>.
+    </p>
   </body>
 </html>
 
+<!-- vi: set ts=2 sw=2 et ft=html: -->