lab-docu/overrides/main.html

16 lines
464 B
HTML
Raw Normal View History

2021-05-21 07:00:20 +02:00
{% extends "base.html" %}
{% block announce %}
2021-05-21 07:36:06 +02:00
<center>
2024-08-03 21:49:39 +02:00
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v6.1 (08-03-2024)</a>
2021-05-21 07:36:06 +02:00
-
<a href="https://github.com/Fohdeesha/lab-docu" target="_blank">Sources, Suggest, Contribute</a>
2021-05-21 07:36:06 +02:00
-
<a href="mailto:jon@fohdeesha.com?subject=Lab Docu">Contact</a>
-
<a href="https://www.paypal.com/donate?hosted_button_id=4ULUCCKQ2TAEQ" target="_blank">Donate</a>
</center>
2022-08-06 14:05:03 +02:00
{% endblock %}