Spaces:
Running
Running
Commit
·
703b9ea
1
Parent(s):
cbb8afe
Initial commit with app files
Browse files- index.html +2 -2
index.html
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
<link rel="icon" type="image/png" href="/neurovise_logo.png" />
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
8 |
<title>Chatbot Neurovise</title>
|
9 |
-
<script type="module" crossorigin src="
|
10 |
-
<link rel="stylesheet" crossorigin href="
|
11 |
</head>
|
12 |
|
13 |
<body>
|
|
|
6 |
<link rel="icon" type="image/png" href="/neurovise_logo.png" />
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
8 |
<title>Chatbot Neurovise</title>
|
9 |
+
<script type="module" crossorigin src="assets/index.js"></script>
|
10 |
+
<link rel="stylesheet" crossorigin href="assets/index.css">
|
11 |
</head>
|
12 |
|
13 |
<body>
|