csv-metadata-quality-web/templates/process.html

15 lines
368 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en" class="h-100">
{% include 'head.html' %}
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<div class="container">
2021-03-11 21:54:46 +01:00
<h1 class="mt-3 fs-2">DSpace CSV Metadata Quality Checker</h1>
<p>Processing {{ filename }}</p>
</div>
</main>
{% include 'footer.html' %}
</body>
</html>