Tonic's picture
dockerize and add flask app
219df52 unverified
raw
history blame
154 Bytes
{% extends "base.html" %}
{% block content %}
<h2>Welcome to Discharge Guard Cyber</h2>
<p>Use the navigation above to access features.</p>
{% endblock %}