Add charset to the examples html below the map

This commit is contained in:
Maximilian Krög
2020-10-03 21:31:20 +02:00
parent 0af823fc74
commit fc67d8302b

View File

@@ -189,6 +189,7 @@
<pre><code id="example-html-source" class="language-markup">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="UTF-8"&gt;
&lt;title&gt;{{ title }}&lt;/title&gt;
&lt;!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer --&gt;
&lt;script src="https://unpkg.com/elm-pep"&gt;&lt;/script&gt;{{#if extraHead.remote}}