Added fabircon.ico and changed title
This commit is contained in:
parent
dfa2aaa07f
commit
3a2704011c
2 changed files with 2 additions and 1 deletions
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -4,8 +4,9 @@
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Document</title>
|
<title>Messaging</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
<link rel="icon" href="/favicon.ico" type="image/gif">
|
||||||
<script>
|
<script>
|
||||||
const roomName = "<%= roomName %>"
|
const roomName = "<%= roomName %>"
|
||||||
</script>
|
</script>
|
||||||
|
|
Reference in a new issue