nroggendorff commited on
Commit
2fe22fb
1 Parent(s): 38e5d4d

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +2 -2
public/index.html CHANGED
@@ -4,7 +4,7 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Chat UI</title>
7
- <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
10
  <div id="app">
@@ -16,6 +16,6 @@
16
  </form>
17
  </div>
18
  </div>
19
- <script type="module" src="client.js"></script>
20
  </body>
21
  </html>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Chat UI</title>
7
+ <link rel="stylesheet" href="./style.css">
8
  </head>
9
  <body>
10
  <div id="app">
 
16
  </form>
17
  </div>
18
  </div>
19
+ <script type="module" src="./client.js"></script>
20
  </body>
21
  </html>