[feature] add favicon

Signed-off-by: zhangtianli2006 <zhangtianli2006@163.com>
This commit is contained in:
zhangtianli2006 2021-08-25 20:42:53 +08:00
parent 580118bac2
commit e8ecf69a00
2 changed files with 1 additions and 0 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -3,6 +3,7 @@
<head> <head>
<title>WebSocket Chat Room</title> <title>WebSocket Chat Room</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" type="text/css" href="./style.css" /> <link rel="stylesheet" type="text/css" href="./style.css" />
</head> </head>