Update web/diagnosis.html
Browse files- web/diagnosis.html +1 -7
web/diagnosis.html
CHANGED
|
@@ -3,13 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
| 6 |
-
|
| 7 |
-
(function() {
|
| 8 |
-
const isDark = localStorage.getItem('theme') === 'dark';
|
| 9 |
-
document.documentElement.setAttribute('data-theme', isDark ? 'dark' : 'light');
|
| 10 |
-
if (isDark) document.documentElement.style.backgroundColor = '#1a1a2e';
|
| 11 |
-
})();
|
| 12 |
-
</script>
|
| 13 |
<meta name="description" content="">
|
| 14 |
<meta name="author" content="">
|
| 15 |
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
| 6 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<meta name="description" content="">
|
| 8 |
<meta name="author" content="">
|
| 9 |
|