Merge pull request 'Adds a favicon' (#1) from feature-favicon into main

Reviewed-on: lab-cat/YourChinaScienceInvestigation#1
This commit is contained in:
lab-cat 2022-06-25 19:30:11 +02:00
commit 889a1cbe9c
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>