|
|
@ -4,7 +4,7 @@ |
|
|
|
<script src="{{ url_for('static', filename='js/paged.js')}}" type="text/javascript"></script> |
|
|
|
<script src="{{ url_for('static', filename='js/paged.polyfill.js')}}" type="text/javascript"></script> |
|
|
|
<link href="{{ url_for('static', filename='css/interface.css')}}" rel="stylesheet" type="text/css"> |
|
|
|
<link href="{{ url_for('static', filename='css/volumetric-regimes.css')}}" rel="stylesheet" type="text/css" media="print"> |
|
|
|
<link href="{{ url_for('static', filename='css/print.css')}}" rel="stylesheet" type="text/css" media="print"> |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
{% block content %} |
|
|
@ -24,4 +24,4 @@ window.addEventListener('load', function () { |
|
|
|
|
|
|
|
}) |
|
|
|
</script> |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|