Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Answer Evaluation System</title>
|
|
|
7 |
<link rel="stylesheet" href="{{ request.url_for('static', path='css/style.css') }}">
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
9 |
</head>
|
@@ -132,7 +133,7 @@
|
|
132 |
<p>21B91A6131, 21B91A6106, 21B91A6119, 21B91A6121</p>
|
133 |
<p>Guided By: A. L. Lavanya, Assistant Professor, CSE, SRKREC.</p>
|
134 |
</footer>
|
135 |
-
|
136 |
<script src="{{ request.url_for('static', path='js/main.js') }}"></script>
|
137 |
|
138 |
</body>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Answer Evaluation System</title>
|
7 |
+
<link rel="stylesheet" href="/static/css/style.css">
|
8 |
<link rel="stylesheet" href="{{ request.url_for('static', path='css/style.css') }}">
|
9 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
10 |
</head>
|
|
|
133 |
<p>21B91A6131, 21B91A6106, 21B91A6119, 21B91A6121</p>
|
134 |
<p>Guided By: A. L. Lavanya, Assistant Professor, CSE, SRKREC.</p>
|
135 |
</footer>
|
136 |
+
<script src="/static/js/script.js"></script>
|
137 |
<script src="{{ request.url_for('static', path='js/main.js') }}"></script>
|
138 |
|
139 |
</body>
|