From 6e33bbea8e7ab71a1e3afe71dd23bfac451fbc80 Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Fri, 29 Jun 2018 23:13:06 -0500
Subject: [PATCH] Update index.html

---
 apps/About/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/About/index.html b/apps/About/index.html
index d342567..6b8d964 100644
--- a/apps/About/index.html
+++ b/apps/About/index.html
@@ -8,5 +8,6 @@
     <p>The first ever version. Doesn't even have JS yet, despite the name. Don't expect much.</p>
     <p>Future ideas:</p>
     <p>To be able to go back to the home screen easier, I will soon add a home button by loading apps using iframe instead.</p>
-  </body>
+      <a href="/DremJS/index.html"><p>Home</p></a>
+      </body>
 </html>