Skip to content

Commit f75d6b7

Browse files
authored
fix: add favicon (#56)
* fix: add favicon * chore: lint
1 parent a65d189 commit f75d6b7

2 files changed

Lines changed: 129 additions & 0 deletions

File tree

html/favicon.svg

Lines changed: 128 additions & 0 deletions
Loading

html/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="style.css" />
7+
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
78
<title>MPEG SDL Editor</title>
89
</head>
910
<body>

0 commit comments

Comments
 (0)