Update base HTML template
This commit is contained in:
parent
a0a5b5bf42
commit
7e9164c11f
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue