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,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
@ -30,7 +30,9 @@
<li>Hong Konger 🇭🇰</li>
<li>
Maintainer at
<a class="catppuccin" href="https://github.com/catppuccin/userstyles"
<a
class="catppuccin"
href="https://github.com/catppuccin/userstyles"
>Catppuccin</a
>
</li>
@ -38,13 +40,17 @@
<hr />
<footer>
<div class="socials">
<a href="https://discord.com/users/217892728875253760">Discord</a>
<a href="https://www.instagram.com/spotter_gen/">Instagram</a>
<a href="https://discord.com/users/217892728875253760"
>Discord</a
>
<a href="https://www.instagram.com/spotter_gen/"
>Instagram</a
>
<a href="mailto:genshibe@gmail.com">Email</a>
</div>
<span
>Last updated at <span class="last-updated"></span> | ©️ Licensed
under GPL V3 |
>Last updated at <span class="last-updated"></span> | ©️
Licensed under GPL V3 |
<a href="https://github.com/GenShibe/genshibe.github.io/"
>Open source</a
></span
@ -52,7 +58,8 @@
</footer>
</main>
<script>
document.querySelector(".last-updated").innerHTML = document.lastModified;
document.querySelector(".last-updated").innerHTML =
document.lastModified;
</script>
</body>
</html>