Add buymeacoffee button

This commit is contained in:
Subnet_Masked 2023-12-01 11:50:48 -05:00
parent 79c7d63a7a
commit 580202932e
Signed by: Subnet_Masked
GPG key ID: E1BB06A2490954E9

4
overrides/main.html Normal file
View file

@ -0,0 +1,4 @@
{% extends "base.html" %}
{% block extrahead %}
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="SubnetMasked" data-description="Support me on Buy me a coffee!" data-message="Help me keep the servers up and running!" data-color="#FF813F" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
{% endblock %}