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

View File

@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<link rel="stylesheet" href="/ol/ol.css" type="text/css">
<meta charset="UTF-8">
<title>linestring-style-css-filter</title>
<link rel="stylesheet" type="text/css" href="/ol/ol.css">
<style>
html, body {
margin: 0;
@@ -25,5 +27,4 @@
<div id="map"></div>
<script src="main.js"></script>
</body>
</script>
</html>

View File

@@ -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>

View File

@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>render-context</title>
<style>
html, body {
margin: 0;
@@ -14,5 +16,4 @@
<canvas id="canvas"></canvas>
<script src="main.js"></script>
</body>
</script>
</html>

View File

@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<link rel="stylesheet" href="/ol/ol.css" type="text/css">
<meta charset="UTF-8">
<title>default</title>
<link rel="stylesheet" type="text/css" href="/ol/ol.css">
<style>
html, body {
margin: 0;
@@ -36,5 +38,4 @@
<div id="map"></div>
<script src="main.js"></script>
</body>
</script>
</html>