-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
27 lines (24 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIS 2.0 in a box - Home</title>
<meta name="description"
content="WIS 2.0 node in a box provides a platform with the capabilities for centres to integrate their data holdings and publish them to the WMO Information System with a plug and play capability supporting data publishing, discovery and access.">
<meta name="author" content="wis2box">
<meta property="og:title" content="WIS 2.0 node in a box">
<meta property="og:type" content="website">
<meta property="og:url" content="https://github.com/wmo-im/wis2box">
<meta name="og:description"
content="WIS 2.0 node in a box provides a platform with the capabilities for centres to integrate their data holdings and publish them to the WMO Information System with a plug and play capability supporting data publishing, discovery and access.">
</head>
<body>
<div id="app"></div>
<!-- env.js must be loaded first before main.ts and thus cannot be a module -->
<script src="/env.js"></script>
<script type="module" src="/src/main.ts"></script>
<meta property="og:image" content="/assets/img/logo.png">
</body>
</html>