Merge pull request 'Adds a favicon' (#1) from feature-favicon into main
Reviewed-on: lab-cat/YourChinaScienceInvestigation#1
This commit is contained in:
commit
889a1cbe9c
2 changed files with 1 additions and 0 deletions
BIN
web/assets/pooh.jpg
Normal file
BIN
web/assets/pooh.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue