From f19963f793fa1f6ef0d3c9a55726ab787374cd23 Mon Sep 17 00:00:00 2001 From: "Henrique V. Ehrenfried" <hvehrenfried@inf.ufpr.br> Date: Fri, 8 Jun 2018 09:14:37 -0300 Subject: [PATCH] Fix bug with leaflet --- smppir-checkin-portal/public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/smppir-checkin-portal/public/index.html b/smppir-checkin-portal/public/index.html index dbe0b29..fa233a1 100644 --- a/smppir-checkin-portal/public/index.html +++ b/smppir-checkin-portal/public/index.html @@ -10,6 +10,9 @@ <!-- Import materialize.css --> <link href="./materialize.min.css" rel="stylesheet"> + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"> + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.0/leaflet.css"> + <!-- manifest.json provides metadata used when your web app is added to the homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ -- GitLab