update css path

This commit is contained in:
mike-000
2022-08-31 14:38:16 +01:00
committed by GitHub
parent c5b1369cbc
commit d3a7a289ca

View File

@@ -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;