Update taskbar.html
This commit is contained in:
parent
0645d19d3b
commit
6e18083ea3
|
@ -60,16 +60,12 @@ function checkTime(i) {
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
img
|
|
||||||
{
|
|
||||||
align: middle;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<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>
|
<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"><img src="apps/About/about.png"> |</a>
|
<a target="app" href="apps/About/index.html" align="middle"><img src="apps/About/about.png"> |</a>
|
||||||
<br />
|
<br />
|
||||||
<div class="cwhite" style="text-align:left" id="txt"></div>
|
<div class="cwhite" style="text-align:left" id="txt"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue