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:
Kumi 2024-06-15 16:39:16 +02:00
parent 1ba7beaa36
commit b3616ec183
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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">