Update taskbar.html

This commit is contained in:
Innovation Inc 2019-04-21 18:59:56 -05:00 committed by GitHub
parent 2e91197885
commit de8c42a24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,5 +43,6 @@ 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>
<div class="cwhite" style="text-align:right;padding=12px" id="txt"></div>
<br />
<div class="cwhite" style="text-align:right" id="txt"></div>
</body>