Merge pull request #12732 from mike-000/patch-1

Add <meta charset="utf-8"> to Quick Start
This commit is contained in:
Andreas Hocevar
2021-09-10 13:10:24 +02:00
committed by GitHub

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 {