diff options
| author | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-10 16:25:21 -0600 |
|---|---|---|
| committer | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-10 16:25:21 -0600 |
| commit | eb62cf70a6791e5c8fd140f069e8b31b6886587a (patch) | |
| tree | ffa1abfb12e27708907b3c18d10ee6336da3a36e /thankletter.html | |
Diffstat (limited to 'thankletter.html')
| -rwxr-xr-x | thankletter.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/thankletter.html b/thankletter.html new file mode 100755 index 0000000..3b79d13 --- /dev/null +++ b/thankletter.html @@ -0,0 +1,34 @@ +<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>:3</title>
+ <link rel="stylesheet" href="styles.css">
+</head>
+<body>
+ <style>
+ body {
+ background-color: #ecebe6;
+ }
+ </style>
+ <div id="lockscreen-container">
+ <img style="height: 50px;" id="paw-lockscreen-image" src="sources/paw.png" alt="?">
+ </div>
+ <div id="thank-letter-container">
+ <div class="home-button">
+ <a href="index.html"><img src="./sources/irenesymbol.png" alt="home-button"></a>
+ </div>
+ <div id="azuki-left">
+ <img src="./sources/azuki.png" alt="">
+ </div>
+ <div id="thank-letter-content">
+ <h1 style="color: #f8efc3; font-size: 50px;">I have a big fat appreciation for you!</h1>
+ <p style="font-size: 30px;">Dear <span style="color: #f8efc3; font-size: 40px;">Irene</span>,</p>
+ <p style="font-size: 25px;"><span style="margin-left: 20px;font-size: 30px;">W</span>e’ve known each other for more than a year and a half, and I just want you to know how incredibly grateful I am for everything you’ve done and are still doing for me ^^. You stepping into my life has been one of the most beautiful things that has ever happened to me. You’re the reason I keep going forward, even when life here gets really hard T-T. Everything feels lighter and easier just knowing that I have you by my side. Thank you for all the experiences, the support, and the love you’ve given me, it means more than I can ever explain. Being with you is always too comfy that makes me sometime go over the border and piss you off, Tho, you are always tolerant towards my mistakes, and I’m really thankful for that endlessly. Sometimes, I feel like I haven’t done enough in return, but please know that my gratitude is endless ^-^’. Being with you is truly special. Every moment we’ve shared has been meaningful, and each one has shaped my perspective and changed me for the better. I cherish all of it so much. I hope we can stay together forever, and that nothing will ever come between us. Thank you a lot my little cutie bunni ^-^</p>
+ <p style="font-size: 30px;">Your little silly Poro</p>
+ </div>
+ </div>
+ <script src="script.js" defer></script>
+</body>
+</html>
\ No newline at end of file |
