diff --git a/examples/templates/example.html b/examples/templates/example.html index 5a0493d975..e946d4f4ab 100644 --- a/examples/templates/example.html +++ b/examples/templates/example.html @@ -11,8 +11,6 @@ - - {{{ extraHead.local }}} {{{ css.tag }}} {{ title }} @@ -135,10 +133,7 @@ <meta charset="UTF-8"> <title>{{ title }}</title> <!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer --> - <script src="https://unpkg.com/elm-pep@1.0.6/dist/elm-pep.js"></script> - <!-- The lines below are only needed for old environments like Internet Explorer and Android 4.x --> - <script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=fetch,requestAnimationFrame,Element.prototype.classList,TextDecoder"></script> - <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/3.18.3/minified.js"></script>{{#if extraHead.remote}} + <script src="https://unpkg.com/elm-pep@1.0.6/dist/elm-pep.js"></script>{{#if extraHead.remote}} {{ indent extraHead.remote spaces=4 }}{{/if}} <link rel="stylesheet" href="node_modules/ol/ol.css"> <style>