aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/header.html
diff options
context:
space:
mode:
authorPjotr Prins2020-05-23 08:42:00 -0500
committerPjotr Prins2020-05-23 08:42:00 -0500
commitef5c0de4f309923b844d9fe0dd9ac70b7347a49a (patch)
tree83a278b859d95ff59a0da6f1bac2be97d03e7dce /bh20simplewebuploader/templates/header.html
parent4e9df3187214536d19c34da5335c7ec1310b0067 (diff)
downloadbh20-seq-resource-ef5c0de4f309923b844d9fe0dd9ac70b7347a49a.tar.gz
bh20-seq-resource-ef5c0de4f309923b844d9fe0dd9ac70b7347a49a.tar.lz
bh20-seq-resource-ef5c0de4f309923b844d9fe0dd9ac70b7347a49a.zip
Menu and forms
Diffstat (limited to 'bh20simplewebuploader/templates/header.html')
-rw-r--r--bh20simplewebuploader/templates/header.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/header.html b/bh20simplewebuploader/templates/header.html
new file mode 100644
index 0000000..0c06f62
--- /dev/null
+++ b/bh20simplewebuploader/templates/header.html
@@ -0,0 +1,8 @@
+ <head>
+ <meta charset="UTF-8">
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
+ <link href="/static/main.css" rel="stylesheet" type="text/css">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Web uploader for Public SARS-CoV-2 Sequence Resource</title>
+ <script type="text/javascript" src="/static/main.js"></script>
+ </head>