Skip to content

Commit

Permalink
feat: add favicon on demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed May 30, 2023
1 parent 2ef6935 commit 9c3e0e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added demo/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>monaco-vscode-api demo</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="app">
Expand Down

0 comments on commit 9c3e0e7

Please sign in to comment.