blob: 55e186cd68cade2784d44f8725b638091f13477a [file] [log] [blame]
<!--
Copyright (c) 2018 CEA.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
CEA - initial API and implementation and/or initial documentation
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Outdoor Map</title>
<link rel="stylesheet" href="css/leaflet.css" />
<link rel="stylesheet" href="css/custom.css" />
</head>
<body>
<div id="map"></div>
<div id="image"></div>
<div id="notif">DONE</div>
<script src="js/jquery-2.2.0.min.js"></script>
<script src="js/leaflet.js"></script>
<script src="js/custom.js"></script>
</body>
</html>