mirror of
				https://github.com/bartvdbraak/omnidash.git
				synced 2025-10-30 07:59:13 +00:00 
			
		
		
		
	deploy: 71805f45f1b02812636ee9c5d8fa327aa03b34b1
This commit is contained in:
		
							parent
							
								
									52210fe7e4
								
							
						
					
					
						commit
						5ecfda186d
					
				
					 35 changed files with 58935 additions and 0 deletions
				
			
		
							
								
								
									
										67
									
								
								feat/major-revamp/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										67
									
								
								feat/major-revamp/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/feat/major-revamp/assets/logo.svg" type="image/svg+xml" media="(prefers-color-scheme:no-preference)"> | ||||
|   <link rel="icon" href="/omnidash/feat/major-revamp/assets/logo-dark.svg" type="image/svg+xml" media="(prefers-color-scheme:dark)"> | ||||
|   <link rel="icon" href="/omnidash/feat/major-revamp/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/feat/major-revamp/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/feat/major-revamp/assets/index.0eba1a90.js"></script> | ||||
|   <link rel="stylesheet" href="/omnidash/feat/major-revamp/assets/index.292a9eb9.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