diff options
Diffstat (limited to 'frontend/public')
| -rw-r--r-- | frontend/public/index.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index ec8cd964..8b32aec6 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -55,20 +55,10 @@ gtag('config', 'UA-84285092-3') </script> </head> -<body data-spy="scroll" data-target="#navbar"> +<body> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> - -<script src="https://code.jquery.com/jquery-3.5.1.min.js" - integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" - crossorigin="anonymous"></script> -<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" - integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" - crossorigin="anonymous"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" - integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" - crossorigin="anonymous"></script> </body> </html> |
