init
This commit is contained in:
26
index.html
Normal file
26
index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!doctype html>
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<div id="info">
|
||||
<div class="info-box">
|
||||
<p class="title">Layer ID</p>
|
||||
<div id="layer">0</div>
|
||||
</div>
|
||||
<div class="info-box">
|
||||
<p class="title">LatLng</p>
|
||||
<div id="lnglat">00.00 00.00</div>
|
||||
</div>
|
||||
<div class="info-box">
|
||||
<p class="title">Selected</p>
|
||||
<div id="selected">
|
||||
<div>None</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="map"></div>
|
||||
-->
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user