Skip to content

Commit

Permalink
docs: fix favicon (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Feb 14, 2024
1 parent c5f069a commit eb884c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<meta name="description" content="A HTTP/1.1 client, written from scratch for Node.js.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="icon" type="image/png" href="https://nodejs.org/static/images/favicons/favicon-32x32.png"/>
<link rel="icon" type="image/png" href="https://nodejs.org/static/images/favicons/favicon-16x16.png" />
<link rel="icon" type="image/png" href="https://nodejs.org/static/images/favicons/favicon.png" />
<style>
</style>
</head>
Expand Down

0 comments on commit eb884c5

Please sign in to comment.