Skip to content

Commit a43123a

Browse files
committed
Final Setup Done Web/Mobile UI.
Signed-off-by: Someshdiwan <[email protected]>
1 parent 6e916fb commit a43123a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

site/_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
rel="shortcut icon"
2525
href="{{ '/assets/favicon.ico' | relative_url }}"
2626
/>
27+
2728
<link
2829
rel="apple-touch-icon"
2930
sizes="180x180"
3031
href="{{ '/assets/apple-touch-icon.png' | relative_url }}"
3132
/>
33+
3234
<meta name="apple-mobile-web-app-title" content="Java" />
3335
<link
3436
rel="manifest"
@@ -268,6 +270,7 @@
268270
</head>
269271

270272
<body>
273+
271274
<!-- Dark Mode & Timezone Controls -->
272275
<div id="theme-time-container">
273276
<button class="dark-toggle" onclick="toggleDarkMode()" aria-label="Toggle Dark Mode">

site/assets/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = "java-evolution-cache-v6"; // Updated version
1+
const CACHE_NAME = "java-evolution-cache-v6";
22
const STATIC_ASSETS = [
33
"/JavaEvolution-Learning-Growing-Mastering/",
44
"/JavaEvolution-Learning-Growing-Mastering/default.html",

0 commit comments

Comments
 (0)