add version num

This commit is contained in:
Jack Eilles 2024-01-28 09:59:14 +00:00
parent f89c5d45e4
commit e5d565dc7c
2 changed files with 3 additions and 1 deletions

View file

@ -19,10 +19,11 @@
<li class="nav-item"><a href="{{ url_for('login') }}">Login</a></li>
<li class="nav-item"><a href="{{ url_for('register') }}">Register</a></li>
{% endif %}
<li class="nav-item">v0.1.0</li>
</ul>
<hr>
{% block content %}{% endblock %}
<hr>
<p>xygt.cc - &copy; Jack Eilles 2024 - <a href="{{ url_for('transparency') }}">Transparency</a> - <a href="{{ url_for('tos') }}">Terms of Service</a> - <a href="{{ url_for('privacy') }}">Privacy Policy</a> </p>
<p>xygt.cc v0.1.0 - &copy; Jack Eilles 2024 - <a href="{{ url_for('transparency') }}">Transparency</a> - <a href="{{ url_for('tos') }}">Terms of Service</a> - <a href="{{ url_for('privacy') }}">Privacy Policy</a> </p>
</body>
</html>

View file

@ -12,6 +12,7 @@
<p>From {{ author }}:</p>
<p><i>"{{ quote }}" - Donate more than £5 to get your own quote here!</i></p>
<hr>
<b>xygt is a platform currently in beta stages of development</b>
<p>Our default file retention is a minimum of 7 days and a maximum of 365 days, and is calculated using file size.</p>
<h3>How do I upload files?</h3>
<p>You can either use the `upload` form, or use a POST request.</p>