Update templates/index.html
Browse files- templates/index.html +1 -1
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>AI Teacher Assistant</title>
|
| 7 |
-
<link rel="stylesheet" href="style.css">
|
| 8 |
|
| 9 |
<!-- Dependencies -->
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>AI Teacher Assistant</title>
|
| 7 |
+
<link rel="stylesheet" href="/static/style.css">
|
| 8 |
|
| 9 |
<!-- Dependencies -->
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|