We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de21cc7 commit 167cbc9Copy full SHA for 167cbc9
site/_layouts/default.html
@@ -108,8 +108,6 @@
108
109
</head>
110
<body>
111
-<!-- Dark Mode Toggle Button -->
112
-<button onclick="toggleDarkMode()" class="dark-toggle">🌓</button>
113
114
<div class="wrapper">
115
<!-- Sidebar Navigation -->
site/index.md
@@ -9,6 +9,7 @@ title: Home
9
<div id="time-location-container">
10
<div id="live-time">Time: Loading...</div>
11
<div id="user-location">Location: Detecting...</div>
12
+ <button onclick="toggleDarkMode()" class="dark-toggle">🌓</button>
13
</div>
14
15
Welcome to JavaEvolution, your one-stop guide for mastering Java from basics to advanced concepts.
0 commit comments