mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-22 00:13:39 +00:00
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:
parent
19d7d0afc0
commit
cd1fb4d041
1 changed files with 72 additions and 56 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Neon - Nest</title>
|
||||
|
@ -31,7 +31,8 @@
|
|||
--mantle: #181825;
|
||||
--crust: #11111b;
|
||||
}
|
||||
body,html {
|
||||
body,
|
||||
html {
|
||||
background-color: #181825;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
@ -54,9 +55,24 @@ a {
|
|||
<center>
|
||||
<main>
|
||||
<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>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>
|
||||
<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>
|
||||
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>
|
||||
</center>
|
||||
|
|
Loading…
Reference in a new issue