diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-01 17:06:54 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-01 17:06:54 -0800 |
| commit | 1f18e2596527c012baaa6442d6a153c6fd8697a0 (patch) | |
| tree | 52a826da779810bdd0fd7a68656ae05f8ec758e1 | |
| parent | a9813daa5de7b5fdfb4b0debd071e38d2aae3ad1 (diff) | |
change pfp image
| -rw-r--r-- | pinapelz.moe/assets/pfp.webp | bin | 17490 -> 27886 bytes | |||
| -rw-r--r-- | pinapelz.moe/index.html | 8 |
2 files changed, 7 insertions, 1 deletions
diff --git a/pinapelz.moe/assets/pfp.webp b/pinapelz.moe/assets/pfp.webp Binary files differindex 6e29dc7..e6c723e 100644 --- a/pinapelz.moe/assets/pfp.webp +++ b/pinapelz.moe/assets/pfp.webp diff --git a/pinapelz.moe/index.html b/pinapelz.moe/index.html index a743a25..64871df 100644 --- a/pinapelz.moe/index.html +++ b/pinapelz.moe/index.html @@ -12,6 +12,8 @@ href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet" /> + <link rel="alternate" type="application/activity+json" + href="https://fed.brid.gy/https://pinapelz.moe"/> <script src="scripts/index.js"></script> <style> .marquee span { @@ -21,6 +23,11 @@ </style> </head> <body> + <div class="h-card" style="display:none;"> + <a class="u-url p-name" href="https://pinapelz.moe/blog">Pinapelz</a> + <img class="u-photo" src="assets/pfp.webp" alt=""> + <p class="p-note">check it out. I'm in the house like carpet</p> + </div> <script src="/scripts/clock.js"></script> <div class="container"> <div class="header"> @@ -270,6 +277,5 @@ </div> </div> - </div> </body> </html> |
