forked from cropgeeks/gridscore-next-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.52 KB
/
index.html
File metadata and controls
28 lines (25 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en" class="mh-100">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="Description" content="GridScore is a cross-platform open-source phenotyping app that combines barcode-based systems with a guided data collection approach while offering a top-down view onto the data collected in a field layout.">
<meta property="og:title" content="GridScore NEXT">
<meta property="og:description" content="GridScore is a cross-platform open-source phenotyping app that combines barcode-based systems with a guided data collection approach while offering a top-down view onto the data collected in a field layout.">
<meta property="og:image" content="https://gridscore.hutton.ac.uk/img/banner.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>GridScore NEXT</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>