Split index.html template into header, index, and footer

This commit is contained in:
2021-03-11 22:41:22 +02:00
parent 08b83caeb4
commit 207d5af64a
3 changed files with 15 additions and 13 deletions

8
templates/head.html Normal file
View File

@ -0,0 +1,8 @@
<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>