XMR donation address
This commit is contained in:
parent
df72c1aff0
commit
d9bc404d3d
@ -335,6 +335,14 @@ header {
|
|||||||
.scroll-to-top-button.show {
|
.scroll-to-top-button.show {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.xmr-address {
|
||||||
|
background-color: #f0f0f007;
|
||||||
|
border: 1px solid #333333;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 20px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
/* Mobile Breakpoints */
|
/* Mobile Breakpoints */
|
||||||
|
|
||||||
/* Extra small devices (phones, 600px and down) */
|
/* Extra small devices (phones, 600px and down) */
|
||||||
|
|||||||
@ -87,9 +87,14 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
© 2023 Heartily. All rights reserved. Version:
|
© 2023 Heartily. All rights reserved. Version:
|
||||||
<a href="https://githaven.org/Shiloh/heartily" target="_blank">Beta</a>.
|
<a href="https://githaven.org/Shiloh/heartily" target="_blank">1.0</a>.
|
||||||
Powered by <a href="https://shilohcode.com" target="_blank">Shiloh</a>.
|
Powered by <a href="https://shilohcode.com" target="_blank">Shiloh</a>.</p>
|
||||||
</p>
|
<div>
|
||||||
|
<p>
|
||||||
|
Support this project by donating XMR:
|
||||||
|
</p>
|
||||||
|
<p class="xmr-address">Address: 8AeYmDw246kVgKYsRPgGzGEK48dMUmrooXbpfCQqEqGZJJQe6J4xFZcW4ctyQy3Q6xQ6NziEHBDJxKy5gxv9D6JiQsqesfj</p>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Notification overlay -->
|
<!-- Notification overlay -->
|
||||||
|
|||||||
Reference in New Issue
Block a user