16 lines
816 B
HTML
16 lines
816 B
HTML
|
<html>
|
||
|
<title>PaulBSD geo</title>
|
||
|
<link rel="icon" href="https://paulbsd.com/favicon.ico" type="image/x-icon">
|
||
|
<link rel="stylesheet" href="leaflet/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
|
||
|
<link rel="stylesheet" href="style.css" crossorigin=""/>
|
||
|
<script src="leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin="">
|
||
|
</script>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black"/>
|
||
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#0313fc"/>
|
||
|
<body>
|
||
|
<div id="map" style="height: 100%;"></div>
|
||
|
<script src="engine.js"></script>
|
||
|
</body>
|
||
|
</html>
|