1
0
forked from orson/bachemap
bachemap/templates/base.html
2024-08-17 13:05:28 -06:00

16 lines
456 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8"/>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name="viewport"/>
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<link rel=”stylesheet” href=”https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"/>
</head>
{% block head %}
{% endblock %}
{% block content %}
{% endblock %}