Update base HTML template

main
Chandler Swift 2023-07-03 19:22:33 -05:00
parent a0a5b5bf42
commit 7e9164c11f
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 3 additions and 2 deletions

View File

@ -2,11 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="https://openlayers.org/favicon.ico" />
<link rel="icon" type="image/x-icon" href="https://chandlerswift.com/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Using OpenLayers with Vite</title>
<title>Chandler Swift's Maps</title>
</head>
<body>
<noscript>Sorry, but you'll need JavaScript enabled for any of this to work!</noscript>
<div id="map"></div>
<script type="module" src="./main.js"></script>
</body>