Upload files to "/"
commit
149adf7372
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Rule34 I2P</title>
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Electricity is NOT for free</h1>
|
||||
<a href="/monero.txt">
|
||||
<button type="button">Monero</button>
|
||||
</a>
|
||||
<p>Other coins can be tossed through the respected Trocador</p>
|
||||
<a href="https://trocador.app/anonpay/?ticker_to=xmr&network_to=Mainnet&address=86kNVqWXqTvAYnW97rPCLkGJL1pLyZZAreGa4NgMesEjggvBXso7JQ5TxWVdmu6FgA9zhKk2gvPEwRE2myZwQD4hANE7Pbw&donation=True&amount=0.001&name=v00rm&bgcolor=">
|
||||
<button type="button">Trocador (clearnet)</button>
|
||||
</a>
|
||||
<a href="https://trocador.i2p/anonpay/?ticker_to=xmr&network_to=Mainnet&address=86kNVqWXqTvAYnW97rPCLkGJL1pLyZZAreGa4NgMesEjggvBXso7JQ5TxWVdmu6FgA9zhKk2gvPEwRE2myZwQD4hANE7Pbw&donation=True&amount=0.001&name=v00rm&bgcolor=">
|
||||
<button type="button">Trocador (i2p)</button>
|
||||
</a>
|
||||
<a href="http://trocadorfyhlu27aefre5u7zri66gudtzdyelymftvr4yjwcxhfaqsid.onion/anonpay/?ticker_to=xmr&network_to=Mainnet&address=86kNVqWXqTvAYnW97rPCLkGJL1pLyZZAreGa4NgMesEjggvBXso7JQ5TxWVdmu6FgA9zhKk2gvPEwRE2myZwQD4hANE7Pbw&donation=True&amount=0.001&name=v00rm&bgcolor=">
|
||||
<button type="button">Trocador (tor)</button>
|
||||
</a>
|
||||
<footer>
|
||||
<p>Big THANKS for everyone who have donated. My electricity bill is still huge but every cent counts <3</a></p>
|
||||
<p>Contact me via email <a href="mailto:v00rm@mail.i2p">v00rm@mail.i2p</a></p>
|
||||
</footer>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
|
@ -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;
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>V00RM's Eepsite</title>
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Welcome to V00RM's Eepsite</h1>
|
||||
<p style="font-size: 14px;">Not much about me, im just a bored dude that does stupid projects.</p>
|
||||
<a href="/projects.html">
|
||||
<button type="button">Projects</button>
|
||||
</a>
|
||||
<a href="http://git.community.i2p/v00rm">
|
||||
<button type="button">Git</button>
|
||||
</a>
|
||||
<a href="/pgp.txt">
|
||||
<button type="button">PGP</button>
|
||||
</a>
|
||||
<a href="/donate.html">
|
||||
<button type="button">Donate</button>
|
||||
</a>
|
||||
<footer>
|
||||
|
||||
<p>Contact me via email <a href="mailto:v00rm@mail.i2p">v00rm@mail.i2p</a></p>
|
||||
</footer>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1 @@
|
|||
86kNVqWXqTvAYnW97rPCLkGJL1pLyZZAreGa4NgMesEjggvBXso7JQ5TxWVdmu6FgA9zhKk2gvPEwRE2myZwQD4hANE7Pbw
|
|
@ -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-----
|
Loading…
Reference in New Issue