git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
0016fb2
Branches
Tags
demo
faubourg-carte.git
index.html
caroussel implementation
davvalent
commited
0016fb2
at 2023-03-21 16:43:09
index.html
Blame
History
Raw
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="fr-CA"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>PIFM - Plan interactif du Faubourg à m’lasse</title> <!-- Leaflet --> <link rel="stylesheet" href="css/leaflet.css"/> <script src="js/leaflet.js"></script> <!-- Glide.js --> <script src="js/glide.min.js"></script> <!-- Required Core Stylesheet --> <link rel="stylesheet" href="css/glide.core.min.css"/> <!-- Optional Theme Stylesheet --> <link rel="stylesheet" href="css/glide.theme.min.css"/> <!-- Custom rules --> <link rel="stylesheet" href="css/style.css"/> <!-- <script src="js/window.js"></script> --> </head> <body> <div id="map"></div> <script src="js/main.js" type="module"></script> </body> </html>