generated from cgs-earth/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (35 loc) · 1.42 KB
/
index.html
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
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Geoconnex Registration Service</title>
<link
rel="icon"
href="https://internetofwater.org/wp-content/uploads/2018/11/cropped-iow_favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
href="https://internetofwater.org/wp-content/uploads/2018/11/cropped-iow_favicon-192x192.png"
sizes="192x192"
/>
<link
rel="apple-touch-icon"
href="https://internetofwater.org/wp-content/uploads/2018/11/cropped-iow_favicon-180x180.png"
/>
<meta name="description" content="Upload CSV to Geoconnex and create a pull request." />
<meta name="keywords" content="CSV, upload, Geoconnex, pull request, GitHub, API" />
<meta property="og:title" content="Geoconnex Registration Service" />
<meta property="og:description" content="Upload CSV to Geoconnex and create a pull request." />
<meta property="og:image" content="static/img/logo.png" />
<meta property="og:url" content="https://register.geoconnex.us" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Geoconnex Registration Service" />
<meta name="twitter:image" content="static/img/logo-geoconnex.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>