This is my first time tinkering with wordpress and i’ve made a little website locally that i’m now trying to get online.
I’m creating a html block on the page and it is just not appearing nothing is happening and i’m not sure what i’m doing wrong. all my files are in the database if someone could just point me in the right direction that would be amazing.
This is what i am pasting in.
<!DOCTYPE html>
<html lang=”en”>
<head>
<link rel=”stylesheet” href=”style.css”>
<base target=”\_top”>
<meta charset=”utf-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title>Map</title>
<link rel=”stylesheet” href=”https://unpkg.com/[email protected]/dist/leaflet.css”
integrity=”sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=”
crossorigin=””/>
<script src=”https://unpkg.com/[email protected]/dist/leaflet.js”
integrity=”sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=”
crossorigin=””></script>
</head>
<body>
<div id=”map” onclick=”map.mouseEventToLatLng()”></div>
<script src=”map.js”></script>
</body>
</div>
</html>

That’s an entire HTML document…. you can’t include that. Use a plugin like https://wordpress.org/plugins/leaflet-map/