mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
removed paypal and added footer and monero
This commit is contained in:
parent
146fced7cf
commit
173bc1f285
@ -26,10 +26,9 @@
|
||||
<p><a href="/tools/">Tools</a></p>
|
||||
</BODY>
|
||||
<footer>
|
||||
<form action="https://www.paypal.com/donate" method="post" target="_top">
|
||||
<input type="hidden" name="hosted_button_id" value="W7BF534EUZ65E" />
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
||||
<img alt="" border="0" src="https://www.paypal.com/en_NO/i/scr/pixel.gif" width="1" height="1" />
|
||||
</form>
|
||||
<div id="footer">
|
||||
<p>Donate:</p>
|
||||
<p>Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS</p>
|
||||
</div>
|
||||
</footer>
|
||||
</HTML>
|
||||
12
style.css
12
style.css
@ -20,4 +20,14 @@
|
||||
width: 200px;
|
||||
background: rgb(0,0,191);
|
||||
background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%);
|
||||
}
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: fixed;
|
||||
padding: 10px 10px 0px 10px;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Height of the footer*/
|
||||
height: 40px;
|
||||
background: grey;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user