git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
7bb2082
Branches
Tags
demo
faubourg-carte.git
index.html
ajout du header
davvalent
commited
7bb2082
at 2023-03-22 05:33:39
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> <header> <h1>Plan interactif du Faubourg à m’lasse <span>v0.1</span></h1> </header> <main> <div id="map"></div> </main> <script src="js/main.js" type="module"></script> </body> </html>