31 lines
720 B
HTML
31 lines
720 B
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="global.css" />
|
|
</head>
|
|
<div id="flex-container">
|
|
<div id="main-flex">
|
|
<h1 style="text-align: center;">donations</h1>
|
|
<div id="main-box">
|
|
<p>Hi there! Donations can be done through either BTC or LTC currently. I'm hesitant to set up anything like
|
|
PayPal right now due to their shady practices.</p>
|
|
<p><b>BTC: </b>bc1qhk4cnf36h3ma5w27x4uwm2lffdkcpa64ychmm4<br>
|
|
<b>LTC: </b>ltc1qg7rall3yyt9c63yzr0440anujpry8r9pv7wvus
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</html>
|
|
|
|
<style>
|
|
img {
|
|
width: 14vw;
|
|
height: auto;
|
|
}
|
|
|
|
img:hover {
|
|
width: 25vw;
|
|
}
|
|
</style>
|