Skip to content

Commit

Permalink
demo title
Browse files Browse the repository at this point in the history
  • Loading branch information
A-J-Bauer committed Feb 27, 2024
1 parent beb525a commit c1d9080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate">

<title>vgauge demo</title>
<title>VGauge demo</title>

<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">

Expand Down Expand Up @@ -69,7 +69,7 @@
</head>

<body>
<script>
<script src="https://github.com/A-J-Bauer/VGauge/blob/main/dist/vgauge.js">
'strict'
const theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
document.documentElement.setAttribute('data-bs-theme', theme);</script>
Expand Down

0 comments on commit c1d9080

Please sign in to comment.