aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/templates/header.html')
-rw-r--r--bh20simplewebuploader/templates/header.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/bh20simplewebuploader/templates/header.html b/bh20simplewebuploader/templates/header.html
index 1d66590..e884354 100644
--- a/bh20simplewebuploader/templates/header.html
+++ b/bh20simplewebuploader/templates/header.html
@@ -1,9 +1,12 @@
- <head>
- <meta charset="UTF-8">
- <link href="/static/main.css" rel="stylesheet" type="text/css">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource</title>
- {% if blog %}
- <link rel="Blog stylesheet" type="text/css" href="/static/blog.css" />
- {% endif %}
- </head>
+<head>
+ <meta charset="UTF-8">
+ <meta name="description" content="COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource and Workflows">
+ <meta name="keywords" content="COVID-19, SARS-CoV-2, GFA, Pangenome, FASTA, FASTQ, CWL, Workflow, Oxford Nanopore, ONT, Sequencing">
+ <meta name="author" content="Pjotr Prins, Peter Amstutz, Andrea Guarracino, et al.">
+ <link href="/static/main.css" rel="stylesheet" type="text/css">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource</title>
+ {% if blog %}
+ <link rel="Blog stylesheet" type="text/css" href="/static/blog.css" />
+ {% endif %}
+</head>