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
+4 -4
View File
@@ -7,14 +7,14 @@ cloak:
- key: AlEoTLTlzFB6Uf4Sy-ugXcRO21skQO7K8eObA5_L-8d20rjqZJLs2nkO1RMjGSPN
value: Your Bing Maps Key from https://www.bingmapsportal.com/ here
---
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<title>Mobile full screen example</title>
<link rel="stylesheet" href="../theme/ol.css" type="text/css">
<style type="text/css">
<link rel="stylesheet" type="text/css" href="../theme/ol.css">
<style>
html, body, .map {
margin: 0;
padding: 0;