You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
437 B
14 lines
437 B
<!DOCTYPE html>
|
|
<html lang="en" class="abs-0">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<link href="css/index.css"/>
|
|
<script src="js/ol.js"></script>
|
|
<script src="js/map.js"></script>
|
|
</head>
|
|
<body class="abs-0">
|
|
<div id="map" class="abs-0" style="background-color: red;height: 100vh;">123</div>
|
|
</body>
|
|
</html> |