update css path
This commit is contained in:
@@ -11,8 +11,8 @@ tags: "fullscreen, geolocation, orientation, mobile"
|
|||||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
|
||||||
<title>Mobile Geolocation Tracking with Orientation</title>
|
<title>Mobile Geolocation Tracking with Orientation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" crossorigin="anonymous">
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" type="text/css" href="./theme/ol.css">
|
<link rel="stylesheet" type="text/css" href="/theme/ol.css">
|
||||||
<link rel="stylesheet" type="text/css" href="./theme/site.css">
|
<link rel="stylesheet" type="text/css" href="/theme/site.css">
|
||||||
<style>
|
<style>
|
||||||
html, body, .map {
|
html, body, .map {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user