1
0
mirror of https://github.com/ilri/csv-metadata-quality-web.git synced 2025-06-13 04:11:01 +02:00
Files
.github
csv_metadata_quality_web
static
templates
footer.html
head.html
header.html
index.html
result.html
__init__.py
main.py
source
static
.drone.yml
.gitignore
LICENSE.txt
Procfile
README.md
package-lock.json
package.json
poetry.lock
pyproject.toml
requirements-dev.txt
requirements.txt
runtime.txt
screenshot.png
setup.cfg
Alan Orth 863a540225 Move csv_metadata_quality_web to a package
Eventually I will want to refactor so this will be necessary.
2021-03-14 22:01:45 +02:00

9 lines
411 B
HTML

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Simple web interface for the DSpace CSV Metadata Quality tool.">
<meta name="author" content="Alan Orth">
<title>DSpace CSV Metadata Quality Checker</title>
<link href="{{ url_for('static', filename='css/style.min.css') }}" rel="stylesheet">
</head>