This commit is contained in:
TuxCoder 2019-07-09 21:51:30 +02:00
parent 2939d90df1
commit 8391fe79e2
14 changed files with 40484 additions and 74 deletions

14
dist/index.html vendored Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Using OpenLayers with Webpack</title>
<link rel="stylesheet" href="./main.css" type="text/css">
<style>
</style>
</head>
<body>
<div id="map"></div>
<script src="./main.js"></script>
</body>
</html>