mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-02-08 21:11:20 +01:00
18 lines
494 B
HTML
18 lines
494 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<center>
|
|
<font color="white">
|
|
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v4.1 (08-06-2022)</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>
|
|
</font>
|
|
</center>
|
|
|
|
{% endblock %}
|
|
|