Update taskbar.html
This commit is contained in:
parent
6aa15d63b4
commit
3329bed15f
21
taskbar.html
21
taskbar.html
|
@ -43,12 +43,29 @@ function checkTime(i) {
|
||||||
.nowrap {
|
.nowrap {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
a:link
|
||||||
|
{
|
||||||
|
color:#FFFFFF;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited
|
||||||
|
{
|
||||||
|
color:#FFFFFF;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover
|
||||||
|
{
|
||||||
|
color:#FFFFFF;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
</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><p>|</p>
|
<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"> </p>|</p>
|
<a target="app" href="apps/About/index.html"><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