Skip to content
Snippets Groups Projects
progress.html 160 B
{% extends "structure.html" %}
{% block title%}Home{% endblock %}
{% block body %}
<h1>Loading</h1>
      <progress value = "65" max = "100"/>

{% endblock %}