You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
931 B
27 lines
931 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<link rel="icon" href="./favicon.svg" type="image/svg+xml"> |
|
<title>Vite Inspect</title> |
|
<script type="module" crossorigin src="./assets/index-970ldLH4.js"></script> |
|
<link rel="stylesheet" crossorigin href="./assets/index-CUG8c4cH.css"> |
|
</head> |
|
<body data-vite-inspect-mode="DEV"> |
|
<div id="app"></div> |
|
<script> |
|
(function () { |
|
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches |
|
const setting = localStorage.getItem('color-schema') || 'auto' |
|
if (setting === 'dark' || (prefersDark && setting !== 'light')) |
|
document.documentElement.classList.toggle('dark', true) |
|
})() |
|
|
|
;(function () { |
|
if (!location.pathname.endsWith('/')) |
|
location.pathname += '/' |
|
})() |
|
</script> |
|
</body> |
|
</html>
|
|
|