git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
9aa1339
Branches
Tags
demo
faubourg-carte.git
index.html
Refactorisation
davvalent
commited
9aa1339
at 2022-08-26 03:48:52
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>Démonstration - Faubourg à m'lasse</title> <link rel="stylesheet" href="css/leaflet.css"/> <link rel="stylesheet" href="css/style.css"/> <script src="js/window.js"></script> <script src="js/leaflet.js"></script> </head> <body> <div id="map"></div> <script src="js/main.js"></script> </body> </html>