mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-16 09:50:36 -06:00
8 lines
245 B
HTML
8 lines
245 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block header %}
|
|
{{ super() }}
|
|
<div style="color: white; text-align: center; padding: 10px; font-size: 20px;">
|
|
<strong>Announcement:</strong> This documentation is still in working progress.
|
|
</div>
|
|
{% endblock %} |