Skip to content

Commit 46e6dc3

Browse files
committed
Fixes #1295 - Add favicon to index.html file
1 parent e3580b0 commit 46e6dc3

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

dist/favicon-16x16.png

445 Bytes
Loading

dist/favicon-32x32.png

1.11 KB
Loading

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939

4040
</style>
4141
<link href="./dist/swagger-editor.css" rel="stylesheet">
42+
<link rel="icon" type="image/png" href="./dist/favicon-32x32.png" sizes="32x32" />
43+
<link rel="icon" type="image/png" href="./dist/favicon-16x16.png" sizes="16x16" />
4244
</head>
4345

4446
<body>

0 commit comments

Comments
 (0)