Add <meta charset="utf-8"> to Quick Start

This commit is contained in:
mike-000
2021-09-10 10:14:05 +01:00
committed by GitHub
parent 22a0a209ac
commit 5cf5b7aeb1

View File

@@ -18,6 +18,7 @@ Below you'll find a complete working example. Create a new file, copy in the co
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/{{ latest }}/css/ol.css" type="text/css">
<style>
.map {