Yaswanth56 commited on
Commit
171f0f9
·
verified ·
1 Parent(s): c32c1af

Update Templates/index.html

Browse files
Files changed (1) hide show
  1. Templates/index.html +2 -2
Templates/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>Chef Bot</title>
7
- <link rel="stylesheet" href="styles.css">
8
  </head>
9
  <body>
10
  <div class="chat-container">
@@ -17,6 +17,6 @@
17
  <button onclick="sendMessage()">Send</button>
18
  </div>
19
  </div>
20
- <script src="script.js"></script>
21
  </body>
22
  </html>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Chef Bot</title>
7
+ <link rel="stylesheet" href="/static/styles.css">
8
  </head>
9
  <body>
10
  <div class="chat-container">
 
17
  <button onclick="sendMessage()">Send</button>
18
  </div>
19
  </div>
20
+ <script src="/static/script.js"></script>
21
  </body>
22
  </html>