mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
deploy: db1987e34209103aa4b98022ba23ae62e3b28f05
This commit is contained in:
parent
510b6aaf0c
commit
7b485cafdb
34 changed files with 58750 additions and 0 deletions
67
dependabot/npm_and_yarn/eslint-config-next-14.0.1/index.html
Normal file
67
dependabot/npm_and_yarn/eslint-config-next-14.0.1/index.html
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<style>button[disabled] {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}</style>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/omnidash/dependabot/npm_and_yarn/eslint-config-next-14.0.1/assets/logo.svg" type="image/svg+xml" media="(prefers-color-scheme:no-preference)">
|
||||
<link rel="icon" href="/omnidash/dependabot/npm_and_yarn/eslint-config-next-14.0.1/assets/logo-dark.svg" type="image/svg+xml" media="(prefers-color-scheme:dark)">
|
||||
<link rel="icon" href="/omnidash/dependabot/npm_and_yarn/eslint-config-next-14.0.1/assets/logo-light.svg" type="image/svg+xml" media="(prefers-color-scheme:light)">
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=DM+Serif+Display:ital@0;1&display=swap">
|
||||
<title>Unlighthouse</title>
|
||||
<script data-unlighthouse-inline>window.__unlighthouse_static = true</script>
|
||||
<script data-unlighthouse-payload src="/omnidash/dependabot/npm_and_yarn/eslint-config-next-14.0.1/assets/payload.js"></script>
|
||||
<style>:root {
|
||||
--c-bg: #fff;
|
||||
--c-scrollbar: #eee;
|
||||
--c-scrollbar-hover: #bbb;
|
||||
}
|
||||
html.dark {
|
||||
--c-bg: #050505;
|
||||
--c-scrollbar: #111;
|
||||
--c-scrollbar-hover: #222;
|
||||
}
|
||||
* {
|
||||
scrollbar-color: var(--c-scrollbar) var(--c-bg);
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
::-webkit-scrollbar:horizontal {
|
||||
height: 6px;
|
||||
}
|
||||
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
|
||||
background: var(--c-bg);
|
||||
border-radius: 10px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--c-scrollbar);
|
||||
border-radius: 10px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--c-scrollbar-hover);
|
||||
}</style>
|
||||
<script type="module" crossorigin src="/omnidash/dependabot/npm_and_yarn/eslint-config-next-14.0.1/assets/index.e01587e6.js"></script>
|
||||
<link rel="stylesheet" href="/omnidash/dependabot/npm_and_yarn/eslint-config-next-14.0.1/assets/index.cb33007c.css">
|
||||
</head>
|
||||
<body class="dark:bg-teal-900">
|
||||
<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)
|
||||
|
||||
// document.title = __unlighthouse_data.options.host.replace(/https?:\/\/(www.)?/, '') + ' | Unlighthouse'
|
||||
})()
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue