mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 15:21:55 +00:00
13 lines
288 B
HTML
13 lines
288 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Quick Start</title>
|
|
</head>
|
|
<body>
|
|
<div id="map"></div>
|
|
<script type="module" src="./main.js"></script>
|
|
</body>
|
|
|