4 lines
398 B
HTML
4 lines
398 B
HTML
|
{% 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 %}
|