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

---
 apps/About/index.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/apps/About/index.html b/apps/About/index.html
index b57d1ac..d342567 100644
--- a/apps/About/index.html
+++ b/apps/About/index.html
@@ -2,13 +2,11 @@
   <title>About DremJS</title>
   <body>
     <h1>About DremJS<h1>
-    <br />
     <h2>Version: 0.0.1a</h2>
-    <br />
     <p>Changelog:<p>
-    <br />
     <p>Version 0.0.1</p>
-    <br />
     <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>
 </html>