mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-14 10:57:04 +01:00
15 lines
368 B
HTML
15 lines
368 B
HTML
|
<!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">
|
||
|
<h1 class="mt-5 fs-2">DSpace CSV Metadata Quality Checker</h1>
|
||
|
<p>Processing {{ filename }}</p>
|
||
|
</div>
|
||
|
</main>
|
||
|
|
||
|
{% include 'footer.html' %}
|
||
|
</body>
|
||
|
</html>
|