mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-25 10:45:10 +01:00
16 lines
464 B
HTML
16 lines
464 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<center>
|
|
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v6.1 (08-03-2024)</a>
|
|
-
|
|
<a href="https://github.com/Fohdeesha/lab-docu" target="_blank">Sources, Suggest, Contribute</a>
|
|
-
|
|
<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>
|
|
|
|
{% endblock %}
|
|
|