From 37a9be38d49d21af34f3f32baa19accc5849c84b Mon Sep 17 00:00:00 2001 From: Innovation Inc <connorrox60@gmail.com> Date: Sun, 21 Apr 2019 19:53:21 -0500 Subject: [PATCH] Update taskbar.html --- taskbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskbar.html b/taskbar.html index eeb7d7e..cad29f1 100644 --- a/taskbar.html +++ b/taskbar.html @@ -64,8 +64,8 @@ function checkTime(i) { <body style="background-color:black;" onload="startTime();"> - <a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a> - <a target="app" href="apps/About/index.html"><img src="apps/About/about.png">|</a> + <a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button> </a> + <a target="app" href="apps/About/index.html"><img src="apps/About/about.png"> |</a> <br /> <div class="cwhite" style="text-align:left" id="txt"></div> </body>