enhancement(lint): Fix lint errors for pub/index.html

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:
zeon-neon[bot] 2024-09-11 01:09:27 +00:00 committed by GitHub
parent 19d7d0afc0
commit cd1fb4d041
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
<!DOCTYPE html> <!doctype html>
<html> <html>
<head> <head>
<title>Neon - Nest</title> <title>Neon - Nest</title>
<style> <style>
:root { :root {
--rosewater: #f5e0dc; --rosewater: #f5e0dc;
--flamingo: #f2cdcd; --flamingo: #f2cdcd;
@ -31,34 +31,50 @@
--mantle: #181825; --mantle: #181825;
--crust: #11111b; --crust: #11111b;
} }
body,html { body,
html {
background-color: #181825; background-color: #181825;
color: #cdd6f4; color: #cdd6f4;
} }
a:hover { a:hover {
color: #b4befe; color: #b4befe;
} }
a:visited { a:visited {
color: #cba6f7; color: #cba6f7;
} }
.mauve { .mauve {
color: #cba6f7; color: #cba6f7;
} }
a { a {
color: #89b4fa; color: #89b4fa;
} }
</style> </style>
</head> </head>
<body> <body>
<center> <center>
<main> <main>
<h1>My nest instance</h1> <h1>My nest instance</h1>
<p>Welcome to my nest instace which currently has nothing & is <a href="https://github.com/NeonGamerBot-QK/hackclub-nest/">open source</a>.</p> <p>
<p>You may email me about hackclub inquries at <a href="mailto:neon@hackclub.app">neon@hackclub.app</a> (note) all emails WILL be put on the repo, to have your email censored please mention it in your email and the body will be censored. By default names, non-public emails, other sensitive info is removed before being uploaded to repo. </p> Welcome to my nest instace which currently has nothing & is
<p>For other inquries email <a href="mailto:neon@saahild.com">neon@saahild.com</a></p> <a href="https://github.com/NeonGamerBot-QK/hackclub-nest/"
<a href="https://saahild.com/retro">saahild.com/retro</a> >open source</a
>.
</p>
<p>
You may email me about hackclub inquries at
<a href="mailto:neon@hackclub.app">neon@hackclub.app</a> (note) all
emails WILL be put on the repo, to have your email censored please
mention it in your email and the body will be censored. By default
names, non-public emails, other sensitive info is removed before being
uploaded to repo.
</p>
<p>
For other inquries email
<a href="mailto:neon@saahild.com">neon@saahild.com</a>
</p>
<a href="https://saahild.com/retro">saahild.com/retro</a>
</main> </main>
</center> </center>
</body> </body>
</html> </html>