Update taskbar.html

This commit is contained in:
Innovation Inc 2019-04-21 20:06:12 -05:00 committed by GitHub
parent 18c9496daa
commit 3f950d159e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,12 +60,17 @@ function checkTime(i) {
color:#FFFFFF;
text-decoration: none;
}
.cent
{
position: relative;
top: 10px;
}
</style>
<body style="background-color:black;" onload="startTime();">
<a target="app" href="index-closed.html" title="Returns you to the Home Menu"><button>Home</button> </a>
<a target="app" href="apps/About/index.html" style="top:2px"><img src="apps/About/about.png"> |</a>
<a class="cent" 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>