Skip to content

Commit

Permalink
map setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina1o1 committed Oct 30, 2023
1 parent 0dfcf4a commit 50dbd59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion front-end/GoodOldMap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="icon" type="image/svg+xml" href="/maplogo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GoodOldMap</title>
</head>
Expand Down
1 change: 1 addition & 0 deletions front-end/GoodOldMap/src/pages/MainMap/MainMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const MainMap = () => {
return(
<>
main map page
<div id="map" />
</>
)
}
Expand Down

0 comments on commit 50dbd59

Please sign in to comment.