Added fabircon.ico and changed title

This commit is contained in:
Henry Hiles 2022-02-11 10:22:20 -05:00
parent dfa2aaa07f
commit 3a2704011c
2 changed files with 2 additions and 1 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -4,8 +4,9 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<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="icon" href="/favicon.ico" type="image/gif">
<script>
const roomName = "<%= roomName %>"
</script>