feat: add favicon to index.ejs
Included a link to the favicon in the HTML head to enhance user experience by displaying the website logo in browser tabs. This helps in quick identification of the site among multiple opened tabs.
This commit is contained in:
parent
1ba7beaa36
commit
b3616ec183
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<title>Transfer.coffee</title>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<script src="/js/webtorrent.min.js"></script>
|
||||
<link rel="icon" type="image/png" href="/img/logo.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in a new issue