new file: favicon.ico

modified:   index.html
added an a icon
This commit is contained in:
nekochemist 2026-04-17 02:00:38 +05:00
parent 3ccb6b8527
commit d77153a53b
2 changed files with 2 additions and 1 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -5,6 +5,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>welcome!</title> <title>welcome!</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style> <style>
:root { :root {
--bg-color: #07090b; --bg-color: #07090b;
@ -144,7 +146,6 @@
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>