Add alt to Home button

This commit is contained in:
SparrOSDeveloperTeam 2019-04-21 18:31:42 -05:00 committed by GitHub
parent 75a998fb5f
commit e5aa2d5799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>