Skip to content

Commit 6f183c6

Browse files
authored
Add favicon (#50)
1 parent 32c247d commit 6f183c6

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Loading

packages/entrypoint/public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>Ethereum Code Viewer</title>
6+
<link rel="icon" href="/dethcode.svg" type="image/svg+xml" />
67

78
<!-- Disable pinch zooming -->
89
<meta
Lines changed: 5 additions & 0 deletions
Loading

packages/vscode-host/public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
data-domain="code.deth.net"
99
src="https://plausible.io/js/plausible.js"
1010
></script>
11+
<link rel="icon" href="/dethcode.svg" type="image/svg+xml" />
1112

1213
<!-- Disable pinch zooming -->
1314
<meta

0 commit comments

Comments
 (0)