Skip to content

Commit 7150072

Browse files
committed
feat: update page title and replace Vite logo with a custom JVM-themed icon.
1 parent 9d0f5c6 commit 7150072

File tree

2 files changed

+58
-12
lines changed

2 files changed

+58
-12
lines changed

index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>java-masterclass</title>
8-
</head>
9-
<body>
10-
<div id="root"></div>
11-
<script type="module" src="./src/main.tsx"></script>
12-
</body>
13-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>JVM Masterclass | Java Engineering Deep Dive</title>
9+
</head>
10+
11+
<body>
12+
<div id="root"></div>
13+
<script type="module" src="./src/main.tsx"></script>
14+
</body>
15+
16+
</html>

public/vite.svg

Lines changed: 44 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)