mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
22 lines
912 B
PHP
Executable File
22 lines
912 B
PHP
Executable File
<?php
|
|
require 'php/templates/header.php';
|
|
?>
|
|
<script src="js/pialert_common.js"></script>
|
|
|
|
|
|
<div id="settingsPage" class="content-wrapper">
|
|
<p>
|
|
<a target="_blank" href="https://github.com/sponsors/jokob-sk">
|
|
<img alt="Sponsor Me on GitHub" src="https://i.imgur.com/X6p5ACK.png" width="150px">
|
|
</a>
|
|
<a target="_blank" href="https://www.buymeacoffee.com/jokobsk">
|
|
<img alt="Buy Me A Coffee" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" width="117px" height="30px">
|
|
</a>
|
|
<a target="_blank" href="https://www.patreon.com/user?u=84385063">
|
|
<img alt="Support me on patreon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Patreon_logo_with_wordmark.svg/512px-Patreon_logo_with_wordmark.svg.png" width="117px">
|
|
</a>
|
|
</p>
|
|
<p>
|
|
BTC: 1N8tupjeCK12qRVU2XrV17WvKK7LCawyZM
|
|
</p>
|
|
</div>
|