mirror of
https://github.com/sakitam-gis/kriging.js.git
synced 2026-01-25 14:42:51 +00:00
21 lines
399 B
HTML
21 lines
399 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="UTF-8">
|
|
<title>map</title>
|
|
<style type="text/css">
|
|
html, body, .container {
|
|
padding: 0px;
|
|
margin:0px;
|
|
height:100%;
|
|
width:100%
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container"></div>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
</html>
|