From 149adf7372e65bdeeea65d1f4d77b15e71275c6f Mon Sep 17 00:00:00 2001 From: v00rm Date: Sun, 26 Jan 2025 22:42:42 +0000 Subject: [PATCH] Upload files to "/" --- donate.html | 32 ++++++++++++++++++++++++ index.css | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 31 ++++++++++++++++++++++++ monero.txt | 1 + pgp.txt | 13 ++++++++++ 5 files changed, 147 insertions(+) create mode 100644 donate.html create mode 100644 index.css create mode 100644 index.html create mode 100644 monero.txt create mode 100644 pgp.txt diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..f5ef560 --- /dev/null +++ b/donate.html @@ -0,0 +1,32 @@ + + + + + + + Rule34 I2P + + + +
+

Electricity is NOT for free

+ + + +

Other coins can be tossed through the respected Trocador

+ + + + + + + + + +
+

Big THANKS for everyone who have donated. My electricity bill is still huge but every cent counts <3

+

Contact me via email v00rm@mail.i2p

+
+
+ + diff --git a/index.css b/index.css new file mode 100644 index 0000000..645899a --- /dev/null +++ b/index.css @@ -0,0 +1,70 @@ +body { + font-family: 'Arial', sans-serif; + background-color: #282828; + margin: 0; + padding: 0; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; +} + +header { + background-color: rgba(0, 0, 0, 0.7); + color: white; + text-align: center; + padding: 40px; + width: 100%; + max-width: 600px; + border-radius: 20px; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); +} + +header h1 { + font-size: 48px; + margin-bottom: 20px; +} + +header button { + padding: 10px 30px; + font-size: 18px; + border: none; + border-radius: 25px; + background-color: rgb(162, 0, 255); + color: white; + cursor: pointer; + transition: background-color 0.3s, transform 0.2s; + margin: 10px; +} + +header button:hover { + background-color: rgb(122, 0, 204); + transform: scale(1.05); +} + +header a { + color: #ecf0f1; + text-decoration: none; + font-size: 16px; + transition: color 0.3s; +} + +header a:hover { + color: #3498db; +} + +header input { + padding: 10px; + font-size: 16px; + border: none; + border-radius: 20px; + outline: none; + margin-right: 5px; + width: 300px; +} + +footer { + margin-top: 20px; + font-size: 14px; + color: #bdc3c7; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..cfcc5a7 --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + + + V00RM's Eepsite + + + +
+

Welcome to V00RM's Eepsite

+

Not much about me, im just a bored dude that does stupid projects.

+ + + + + + + + + + + + + +
+ + diff --git a/monero.txt b/monero.txt new file mode 100644 index 0000000..7007c8f --- /dev/null +++ b/monero.txt @@ -0,0 +1 @@ +86kNVqWXqTvAYnW97rPCLkGJL1pLyZZAreGa4NgMesEjggvBXso7JQ5TxWVdmu6FgA9zhKk2gvPEwRE2myZwQD4hANE7Pbw \ No newline at end of file diff --git a/pgp.txt b/pgp.txt new file mode 100644 index 0000000..1b71e1b --- /dev/null +++ b/pgp.txt @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZ5a1wxYJKwYBBAHaRw8BAQdAueqfSUeDPm/Ks+FBF/JwDaXM5TfWSIDYH7OI +peoa85m0FlYwMFJNIDxWMDBSTUBtYWlsLmkycD6ImQQTFgoAQRYhBI3U+Q5iUOk0 +XHJM5obnnnWdCgonBQJnlrXDAhsDBQkFovptBQsJCAcCAiICBhUKCQgLAgQWAgMB +Ah4HAheAAAoJEIbnnnWdCgoneCkA/1CHgVzf6QZBcJmRzFbe+lpMaqTIJIDu0ZyR +vxevIRS8AQDsCisKzGFeCcoXL1LUKlAOs38akCcT+QuyrsIL/1JMCLg4BGeWtcMS +CisGAQQBl1UBBQEBB0CjdU5OrPaa1A9Y21WtdJ5B5EFWX5K1ecAqk6TqzSt9ZAMB +CAeIfgQYFgoAJhYhBI3U+Q5iUOk0XHJM5obnnnWdCgonBQJnlrXDAhsMBQkFovpt +AAoJEIbnnnWdCgonZI0BAKwC4osJTYLKaDlL0REzmbI8dFNwnBi6GLqlL5Tu3A8U +AP4vC2dPrIOGNd5xENzBfRpK7YNhXwlH9susLbyDtxxzBw== +=L9xD +-----END PGP PUBLIC KEY BLOCK----- \ No newline at end of file