add BTC and ETH info

This commit is contained in:
creme 2022-07-30 16:25:24 +02:00
parent a900dab096
commit 7c11189b0b
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
2 changed files with 7 additions and 18 deletions

View File

@ -1,8 +1,8 @@
<!-- FOOTER -->
<footer><pre class="clean">envs.net &copy; 2019-<?php echo date("Y"); ?>&nbsp;&#124;&nbsp;<a href="https://git.envs.net/envs/" target="_blank">source</a> by <a href="/~creme/">&#126;creme</a>&nbsp;&#124;&nbsp;<a href="/impressum/">impressum</a>&nbsp;&#124;&nbsp;contact: <a href="mailto:hostmaster@envs.net" target="_blank"><i class="fa fa-envelope-o fa-fw" aria-hidden="true"></i></a>&nbsp;&bull;&nbsp;<a href="/chat/matrix/"><i class="fa fa-matrix-org fa-fw" aria-hidden="true"></i></a></pre></footer>
<?=$additional_footer ?? ""?>
<?php unset($additional_footer); ?>
<footer>
<pre class="clean">envs.net &copy; 2019-<?php echo date("Y"); ?>&nbsp;&#124;&nbsp;<a href="https://git.envs.net/envs/" target="_blank">source</a> by <a href="/~creme/">&#126;creme</a>&nbsp;&#124;&nbsp;<a href="/impressum/">impressum</a>&nbsp;&#124;&nbsp;contact: <a href="mailto:hostmaster@envs.net" target="_blank"><i class="fa fa-envelope-o fa-fw" aria-hidden="true"></i></a>&nbsp;&bull;&nbsp;<a href="/chat/matrix/"><i class="fa fa-matrix-org fa-fw" aria-hidden="true"></i></a></pre>
<pre class="clean"><small>BTC: <code>bc1qxtljvxjjcrqt3kn8kl3pnwazny7k34kjxsyy7s</code> | ETH: <code>0xF481f6a7d9b22B3BE5d40A54C833A1C6eEdcdf69</code></small></pre>
</footer>
</div>
</body>

View File

@ -56,7 +56,6 @@ include 'header.php';
</table>
<br />
<!-- ABOUT -->
<pre>
envs.net is a minimalist, non-commercial
shared linux system and will always be free to use.
@ -72,9 +71,6 @@ follow us in the <a href="/chat">chat</a> if you like.
</pre>
<br />
<!-- END ABOUT -->
<!-- SERVER INFO -->
<div class="block">
<pre><strong><i class="fa fa-gear fa-fw" aria-hidden="true"></i> SYSTEM INFO</strong></pre>
<table>
@ -90,15 +86,13 @@ be found on the <a href="/sysinfo/">sysinfo page</a>.</em>
<p></p>
</div>
<!-- END SERVER INFO -->
</div>
<!-- END MAIN -->
<!-- SIDEBAR -->
<div id="sidebar">
<!-- MENU -->
<div class="block">
<table>
<tr><th class="tw25"></th> <th></th></tr>
@ -127,21 +121,17 @@ foreach ($menu as $name => $m_entry) {
<?php } ?>
</table>
</div>
<!-- END MENU -->
<p></p>
<!-- DONATION -->
<div class="block">
<pre>
<em>donate via liberapay</em>
<a href="https://en.liberapay.com/envs.net/donate" target="_blank" style="border-bottom-color: transparent;"><img src="https://img.shields.io/liberapay/receives/envs.net.svg?logo=liberapay" alt="img_shield_receives_via_liberapay"></a>
<em>solidarity contribution via liberapay</em>
<a href="https://en.liberapay.com/envs.net" target="_blank" style="border-bottom-color: transparent;"><img src="https://img.shields.io/liberapay/receives/envs.net.svg?logo=liberapay" alt="img_shield_receives_via_liberapay"></a>
</pre>
<p></p>
</div>
<!-- END DONATION -->
<!-- USERS -->
<div class="block">
<pre>
<strong><i class="fa fa-users fa-fw" aria-hidden="true"></i> USERS</strong>
@ -176,7 +166,6 @@ foreach ($menu as $name => $m_entry) {
</details>
<p></p>
</div>
<!-- END USERS -->
</div>
<!-- END SIDEBAR -->