From cf7068053b147447898ffc810a96cbfbce0d4122 Mon Sep 17 00:00:00 2001
From: Sam Calisch <s.calisch@gmail.com>
Date: Mon, 29 May 2017 17:14:14 -0400
Subject: [PATCH] added back link

---
 RaspberryPiZero_bcm2835/index.html   | 1 +
 RaspberryPiZero_node_rpio/index.html | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/RaspberryPiZero_bcm2835/index.html b/RaspberryPiZero_bcm2835/index.html
index f69ea3f..c6c0036 100644
--- a/RaspberryPiZero_bcm2835/index.html
+++ b/RaspberryPiZero_bcm2835/index.html
@@ -69,6 +69,7 @@ int main(int argc, char **argv)
 
 <p>Note: This test was run on a RPiZero W, instead of the baseline version (without wifi).</p>
 
+<p><a href='../index.html'>Back</a></p>
 
 </body>
 
diff --git a/RaspberryPiZero_node_rpio/index.html b/RaspberryPiZero_node_rpio/index.html
index 841636b..b285913 100644
--- a/RaspberryPiZero_node_rpio/index.html
+++ b/RaspberryPiZero_node_rpio/index.html
@@ -33,6 +33,8 @@ while(1){rpio.write(3, 1-rpio.read(5) ); }
 
 <p>Note: This test was run on a RPiZero W, instead of the baseline version (without wifi).</p>
 
+<p><a href='../index.html'>Back</a></p>
+
 </body>
 
 </html>
\ No newline at end of file
-- 
GitLab