mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:44:50 +00:00
style: use spaces
This commit is contained in:
parent
e60aa0bfa5
commit
dbccbaef74
1 changed files with 63 additions and 56 deletions
21
index.html
21
index.html
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
@ -30,7 +30,9 @@
|
||||||
<li>Hong Konger 🇭🇰</li>
|
<li>Hong Konger 🇭🇰</li>
|
||||||
<li>
|
<li>
|
||||||
Maintainer at
|
Maintainer at
|
||||||
<a class="catppuccin" href="https://github.com/catppuccin/userstyles"
|
<a
|
||||||
|
class="catppuccin"
|
||||||
|
href="https://github.com/catppuccin/userstyles"
|
||||||
>Catppuccin</a
|
>Catppuccin</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
@ -38,13 +40,17 @@
|
||||||
<hr />
|
<hr />
|
||||||
<footer>
|
<footer>
|
||||||
<div class="socials">
|
<div class="socials">
|
||||||
<a href="https://discord.com/users/217892728875253760">Discord</a>
|
<a href="https://discord.com/users/217892728875253760"
|
||||||
<a href="https://www.instagram.com/spotter_gen/">Instagram</a>
|
>Discord</a
|
||||||
|
>
|
||||||
|
<a href="https://www.instagram.com/spotter_gen/"
|
||||||
|
>Instagram</a
|
||||||
|
>
|
||||||
<a href="mailto:genshibe@gmail.com">Email</a>
|
<a href="mailto:genshibe@gmail.com">Email</a>
|
||||||
</div>
|
</div>
|
||||||
<span
|
<span
|
||||||
>Last updated at <span class="last-updated"></span> | ©️ Licensed
|
>Last updated at <span class="last-updated"></span> | ©️
|
||||||
under GPL V3 |
|
Licensed under GPL V3 |
|
||||||
<a href="https://github.com/GenShibe/genshibe.github.io/"
|
<a href="https://github.com/GenShibe/genshibe.github.io/"
|
||||||
>Open source</a
|
>Open source</a
|
||||||
></span
|
></span
|
||||||
|
@ -52,7 +58,8 @@
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
<script>
|
<script>
|
||||||
document.querySelector(".last-updated").innerHTML = document.lastModified;
|
document.querySelector(".last-updated").innerHTML =
|
||||||
|
document.lastModified;
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue