Add alt to Home button
This commit is contained in:
parent
75a998fb5f
commit
e5aa2d5799
|
@ -40,7 +40,7 @@ function checkTime(i) {
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body style="background-color:black;" onload="startTime();">
|
<body style="background-color:black;" onload="startTime();">
|
||||||
<a target="app" href="index-closed.html"><button>Home</button></a>
|
<a target="app" href="index-closed.html" alt="Returns you to the Desktop"><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"><img src="apps/About/about.png"></a>
|
||||||
<div class="cwhite" style="text-align:right" id="txt"></div>
|
<div class="cwhite" style="text-align:right" id="txt"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue