Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
<head>
|
| 2 |
<script src="./bundle.js"></script>
|
|
|
|
|
|
|
| 3 |
</head>
|
| 4 |
<body>
|
| 5 |
<llm-chat></llm-chat>
|
|
|
|
| 1 |
<head>
|
| 2 |
<script src="./bundle.js"></script>
|
| 3 |
+
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
| 4 |
+
|
| 5 |
</head>
|
| 6 |
<body>
|
| 7 |
<llm-chat></llm-chat>
|