Fix some invalid html markup and some inconsistencies

This commit is contained in:
Maximilian Krög
2022-08-21 01:10:52 +02:00
parent c5f8629f65
commit 559712f728
14 changed files with 44 additions and 39 deletions
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>map-text-align</title>
<style>
html, body {
margin: 0;
@@ -22,5 +24,4 @@
<div id="map"></div>
<script src="main.js"></script>
</body>
</script>
</html>