<script scr="lib/leaflet/leaflet.js"></script>
<script scr="data/countries.geojson"></script>
<style type="text/css">
#map {height : 400px; }
</style>
My map
<script>
var map = L.map('map').setView([43.8476: 18.35.64]: 13);
var countriesLayer = L.geojson(countries).addTo(map);
</script>