Skip to content

Commit 3938675

Browse files
Update favicon and title in index.html
1 parent 42c73fb commit 3938675

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/java-logo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>javavisualizer</title>
7+
<title>javacodevisualizer</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)