HTML Lint

This commit is contained in:
Fred Boniface
2023-05-08 21:36:23 +01:00
parent 9973da52a6
commit 8ed7c6f907
6 changed files with 36 additions and 35 deletions

View File

@@ -25,9 +25,9 @@
</div>
<div id="top_button" class="hide_micro">
<a href="/">
<picture aria-label="Home" class="sidebar_control">
<picture class="sidebar_control">
<source srcset="/images/nav/back.svg" type="image/svg+xml">
<img src="back-40.png" alt="Home">
<img aria-label="Home" src="back-40.png" alt="Home">
</picture>
</a>
</div>
@@ -52,8 +52,8 @@
<h3>---</h3>
<h4 id="pre_subject">Subject</h4>
<p id="pre_message"></p>
<button id="send" class="lookup-button" onclick="send()">Send</button>
<button id="cancel" class="lookup-button" onclick="cancel()">Cancel</button>
<button type="submit" id="send" class="lookup-button" onclick="send()">Send</button>
<button type="reset" id="cancel" class="lookup-button" onclick="cancel()">Cancel</button>
</div>
</body>
</html>