From 90bb71dac97a51e0c8ca2716e49394fc9b4517da Mon Sep 17 00:00:00 2001 From: Alireza Adli <alireza.adli@mail.concordia.ca> Date: Thu, 5 Oct 2023 15:59:32 -0400 Subject: [PATCH] Edit the head --- html/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index 549ed926..76c569fb 100644 --- a/html/index.html +++ b/html/index.html @@ -5,10 +5,11 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Colouring London</title> + <link href='https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.css' rel='stylesheet' /> <link rel="stylesheet" href="main.css?v=5ed692a6"> <script src='https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.js'></script> - <link href='https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.css' rel='stylesheet' /> + </head> <body>