Unnecessary use of h3
This commit is contained in:
parent
a65ce4a183
commit
6147a185f5
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
<body>
|
||||
<center>
|
||||
<h1>MeowNexUS IRC</h1>
|
||||
<a class="softcard" style="display: inline-block;" title="Commands run" href="#"><h3 id="run">...</h3><img src="https://swee.codes/icons/up.svg"></a>
|
||||
<a class="softcard" style="display: inline-block;" title="Commands refused" href="#"><h3 id="blocked">...</h3><img src="https://swee.codes/icons/down.svg"></a>
|
||||
<a class="softcard" style="display: inline-block;" title="Commands run" href="#"><span id="run">...</span><br><img src="https://swee.codes/icons/up.svg"></a>
|
||||
<a class="softcard" style="display: inline-block;" title="Commands refused" href="#"><span id="blocked">...</span><br><img src="https://swee.codes/icons/down.svg"></a>
|
||||
<br>
|
||||
<br>
|
||||
<a class="download" onclick="refresh();">Refresh</a>
|
||||
|
|
Loading…
Reference in a new issue