Spaces:
Running
Running
Update application/templates/index.html
Browse files
application/templates/index.html
CHANGED
@@ -481,5 +481,6 @@ code{
|
|
481 |
</script>
|
482 |
<script src="{{ url_for('static', filename='js/script.js') }}" type="module"></script>
|
483 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
|
|
|
484 |
</body>
|
485 |
</html>
|
|
|
481 |
</script>
|
482 |
<script src="{{ url_for('static', filename='js/script.js') }}" type="module"></script>
|
483 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
|
484 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/3.36.0/minified.js" integrity="sha512-Kqzi1OKYLpZecN9eIhAhqxs+u+b4+W+KqV+3jZHpP1/hIqXvHSGzVtpJFIBCF8K7lf9E7o9x/MDejFh79zAgw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
485 |
</body>
|
486 |
</html>
|