Add missing alt text and doctype to improve accessibility

This commit is contained in:
2021-02-16 20:25:11 -05:00
parent 071527b35a
commit 1d9eb61fe8

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<!-- Web crawler and search indexing meta -->
@@ -24,7 +25,7 @@
<div id="preloader" class="nojs"><div class="spinner"><div></div></div></div>
<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>
@@ -46,7 +47,7 @@
<div class="footer">
&copy;2021
<a href="https://enpaul.net/" target="_blank">@enpaul</a>
<a href="https://enpaul.net/">@enpaul</a>
</div>
</div>