Update taskbar.html

This commit is contained in:
Innovation Inc 2019-04-21 19:40:54 -05:00 committed by GitHub
parent 9e64282e74
commit 5ba0d82b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,8 +47,8 @@ function checkTime(i) {
<body style="background-color:black;" onload="startTime();"> <body style="background-color:black;" onload="startTime();">
<a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a>&nbsp;<p>|</p> <a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a><p>&nbsp;|</p>
<a target="app" href="apps/About/index.html"><img src="apps/About/about.png">&nbsp;</p>|</p> <a target="app" href="apps/About/index.html"><img src="apps/About/about.png"></p>&nbsp;|</p>
<br /> <br />
<div class="cwhite" style="text-align:left" id="txt"></div> <div class="cwhite" style="text-align:left" id="txt"></div>
</body> </body>