-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from sebastianovide/pwa-cleaning
added vite PWA and cleaned up
- Loading branch information
Showing
19 changed files
with
1,712 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/src/icons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/src/icons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/src/icons/favicon-16x16.png"> | ||
|
||
<meta charset="UTF-8" /> | ||
<!-- Render to a usable size on mobile --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" /> | ||
<link rel="stylesheet" href="/src/css/main.css" /> | ||
|
||
<script src="/src/js/vendor/unmute.js" type="module"></script> | ||
<script src="/src/js/main.js" type="module"></script> | ||
</head> | ||
|
||
<body></body> | ||
</html> |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.