-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
17 lines (17 loc) · 931 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en" class="md-scrollbar">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CSZ Solutions Kit</title>
<link rel="icon" type="image/png" href="https://lab.citizenscience.ch/public/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://lab.citizenscience.ch/public/favicon-16x16.png" sizes="16x16" />
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="pr913crgkexql03"></script>
<script type="text/javascript" src="https://polyfill.io/v3/polyfill.min.js?features=Promise.prototype.finally"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/assets/css/leaflet.css">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>