mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-12 20:32:25 +00:00
enhancement(lint): Fix lint errors for pub/index.html
Some checks failed
Remote SSH Command / Build (push) Has been cancelled
Some checks failed
Remote SSH Command / Build (push) Has been cancelled
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
72845b5eaa
commit
b8d37b28b1
1 changed files with 36 additions and 7 deletions
|
@ -74,14 +74,43 @@
|
|||
<a href="mailto:neon@saahild.com">neon@saahild.com</a>
|
||||
</p>
|
||||
<a href="https://saahild.com/retro">saahild.com/retro</a>
|
||||
<div id="webring-wrapper">
|
||||
<a href="https://webring.hackclub.com/" id="previousBtn" class="webring-anchor" title="Previous">‹</a>
|
||||
<a href="https://webring.hackclub.com/" class="webring-logo" title="Hack Club Webring" alt="Hack Club Webring"></a>
|
||||
<a href="https://webring.hackclub.com/" id="nextBtn" class="webring-anchor" title="Next">›</a>
|
||||
<script src="https://webring.hackclub.com/embed.min.js"></script>
|
||||
</div>
|
||||
<div id="webring-wrapper">
|
||||
<a
|
||||
href="https://webring.hackclub.com/"
|
||||
id="previousBtn"
|
||||
class="webring-anchor"
|
||||
title="Previous"
|
||||
>‹</a
|
||||
>
|
||||
<a
|
||||
href="https://webring.hackclub.com/"
|
||||
class="webring-logo"
|
||||
title="Hack Club Webring"
|
||||
alt="Hack Club Webring"
|
||||
></a>
|
||||
<a
|
||||
href="https://webring.hackclub.com/"
|
||||
id="nextBtn"
|
||||
class="webring-anchor"
|
||||
title="Next"
|
||||
>›</a
|
||||
>
|
||||
<script src="https://webring.hackclub.com/embed.min.js"></script>
|
||||
</div>
|
||||
</main>
|
||||
<a href="https://hackclub.com/"><img style="position: absolute; top: 0; left: 10px; border: 0; width: 256px; z-index: 999;" src="https://assets.hackclub.com/flag-orpheus-left.svg" alt="Hack Club"/></a>
|
||||
<a href="https://hackclub.com/"
|
||||
><img
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 10px;
|
||||
border: 0;
|
||||
width: 256px;
|
||||
z-index: 999;
|
||||
"
|
||||
src="https://assets.hackclub.com/flag-orpheus-left.svg"
|
||||
alt="Hack Club"
|
||||
/></a>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue