diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-11-30 01:00:21 -0500 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-11-30 01:00:21 -0500 |
| commit | ae0e6e3336c91ef2ca905561f855a2c1660e459a (patch) | |
| tree | d08a89d7543bd73d1a07ee9c0ac74ad20a14732b | |
| parent | 224e6a049e39a71ad69ce0218c826e8c7da2af1e (diff) | |
the about page is leaking
| -rw-r--r-- | pinapelz.moe/about.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pinapelz.moe/about.html b/pinapelz.moe/about.html index 9a491c8..80067b0 100644 --- a/pinapelz.moe/about.html +++ b/pinapelz.moe/about.html @@ -8,7 +8,6 @@ <link rel="icon" href="assets/pfp.webp" /> <link rel="stylesheet" type="text/css" href="styles/styles.css" /> <script src="scripts/index.js"></script> - <style></style> </head> <body> <div class="container"> @@ -167,3 +166,5 @@ </div> </body> </html> +<link href="https://melonking.net/styles/flood.css" rel="stylesheet" type="text/css" media="all" /> +<script src="https://melonking.net/scripts/flood.js"></script> |
