Adds a favicon

This commit is contained in:
procrastimax 2022-06-25 19:15:48 +02:00
parent b6893720c7
commit 7e960b6007
2 changed files with 1 additions and 0 deletions

BIN
web/assets/pooh.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -4,6 +4,7 @@
<title>YourCSI</title>
<meta charset='utf-8'/>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="icon" type="image/x-icon" href="assets/pooh.jpg">
<script type="text/javascript" src="ycsi.js"></script>
</head>
<body>