Add missing alt text and doctype to improve accessibility
This commit is contained in:
parent
071527b35a
commit
1d9eb61fe8
@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Web crawler and search indexing meta -->
|
<!-- Web crawler and search indexing meta -->
|
||||||
@ -24,7 +25,7 @@
|
|||||||
<div id="preloader" class="nojs"><div class="spinner"><div></div></div></div>
|
<div id="preloader" class="nojs"><div class="spinner"><div></div></div></div>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<img id="logo" src="https://cdn.enp.one/img/logos/aah-md.jpg"/>
|
<img id="logo" alt="Road to the great wide nowhere" src="https://cdn.enp.one/img/logos/aah-md.jpg"/>
|
||||||
|
|
||||||
<h1>All Around Here</h1>
|
<h1>All Around Here</h1>
|
||||||
|
|
||||||
@ -46,7 +47,7 @@
|
|||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
©2021
|
©2021
|
||||||
<a href="https://enpaul.net/" target="_blank">@enpaul</a>
|
<a href="https://enpaul.net/">@enpaul</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user