Skip to content

Commit

Permalink
adding map
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronkruse committed Jan 4, 2024
1 parent b3cca0d commit b0e7752
Show file tree
Hide file tree
Showing 8 changed files with 2,470 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

unsynced-data
13 changes: 13 additions & 0 deletions map/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.ico" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CAFO Explorer</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="../src/map.js"></script>
</body>
</html>
Loading

0 comments on commit b0e7752

Please sign in to comment.