style: use spaces

This commit is contained in:
uncenter 2024-03-06 17:05:50 -05:00 committed by GitHub
parent e60aa0bfa5
commit dbccbaef74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,58 +1,65 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Gen's Website" /> <meta property="og:title" content="Gen's Website" />
<meta <meta
property="og:description" property="og:description"
content="A little bit of information about me :3" content="A little bit of information about me :3"
/> />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://genshibe.github.io" /> <meta property="og:url" content="https://genshibe.github.io" />
<title>Gen's Website</title> <title>Gen's Website</title>
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
</head> </head>
<body> <body>
<main> <main>
<h1>Hi, I'm Gen!</h1> <h1>Hi, I'm Gen!</h1>
<h2> <h2>
I use I use
<a href="https://en.pronouns.page/@genshibe">any pronouns :3</a> <a href="https://en.pronouns.page/@genshibe">any pronouns :3</a>
</h2> </h2>
<hr /> <hr />
<h2>I'm a 19 year old...</h2> <h2>I'm a 19 year old...</h2>
<ul> <ul>
<li>Transit enthusiast &#128653;</li> <li>Transit enthusiast &#128653;</li>
<li>Photographer &#128248;</li> <li>Photographer &#128248;</li>
<li>Student &#129489;&#8205;&#127891;</li> <li>Student &#129489;&#8205;&#127891;</li>
<li>Canadian &#127464;&#127462;</li> <li>Canadian &#127464;&#127462;</li>
<li>Hong Konger 🇭🇰</li> <li>Hong Konger 🇭🇰</li>
<li> <li>
Maintainer at Maintainer at
<a class="catppuccin" href="https://github.com/catppuccin/userstyles" <a
>Catppuccin</a class="catppuccin"
> href="https://github.com/catppuccin/userstyles"
</li> >Catppuccin</a
</ul> >
<hr /> </li>
<footer> </ul>
<div class="socials"> <hr />
<a href="https://discord.com/users/217892728875253760">Discord</a> <footer>
<a href="https://www.instagram.com/spotter_gen/">Instagram</a> <div class="socials">
<a href="mailto:genshibe@gmail.com">Email</a> <a href="https://discord.com/users/217892728875253760"
</div> >Discord</a
<span >
>Last updated at <span class="last-updated"></span> | ©️ Licensed <a href="https://www.instagram.com/spotter_gen/"
under GPL V3 | >Instagram</a
<a href="https://github.com/GenShibe/genshibe.github.io/" >
>Open source</a <a href="mailto:genshibe@gmail.com">Email</a>
></span </div>
> <span
</footer> >Last updated at <span class="last-updated"></span> | ©️
</main> Licensed under GPL V3 |
<script> <a href="https://github.com/GenShibe/genshibe.github.io/"
document.querySelector(".last-updated").innerHTML = document.lastModified; >Open source</a
</script> ></span
</body> >
</footer>
</main>
<script>
document.querySelector(".last-updated").innerHTML =
document.lastModified;
</script>
</body>
</html> </html>