Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -133,7 +133,7 @@
|
|
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/
|
137 |
<script src="{{ request.url_for('static', path='js/main.js') }}"></script>
|
138 |
|
139 |
</body>
|
|
|
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/main.js"></script>
|
137 |
<script src="{{ request.url_for('static', path='js/main.js') }}"></script>
|
138 |
|
139 |
</body>
|