diff options
| author | Bobby <[email protected]> | 2022-03-13 23:24:29 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-03-13 23:24:29 -0400 |
| commit | 8285fb1eb551bf0fb7eb4408a085319c80718979 (patch) | |
| tree | 3818debf0f1dd06cec2d17c6d10973819df95c23 | |
| parent | 971f7aaf471d57b57a0d8167b9c417a480b20bd3 (diff) | |
| download | luciferreeves.github.io-8285fb1eb551bf0fb7eb4408a085319c80718979.tar.xz luciferreeves.github.io-8285fb1eb551bf0fb7eb4408a085319c80718979.zip | |
remove non-required scripts
| -rw-r--r-- | public/index.html | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/public/index.html b/public/index.html index 117709f..6936c2a 100644 --- a/public/index.html +++ b/public/index.html @@ -9,8 +9,6 @@ <meta name="author" content=""> <link href="static/assets/css/bootstrap.css" rel="stylesheet"> <link href="static/assets/css/bootstrap-responsive.css" rel="stylesheet"> - <link href="static/assets/css/docs.css" rel="stylesheet"> - <link href="static/assets/js/google-code-prettify/prettify.css" rel="stylesheet"> <link rel="shortcut icon" href="static/images/favicon.png"> </head> @@ -42,26 +40,9 @@ <p>I'm Bobby. Welcome to my personal website. Unfortunately, this website is currently under maintenance and I am working on a completely new look. Please come back soon...</p> </div> - - <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> + <script src="static/assets/js/jquery.js"></script> <script src="static/assets/js/bootstrap-386.js"></script> - <script src="static/assets/js/bootstrap-transition.js"></script> - <script src="static/assets/js/bootstrap-alert.js"></script> - <script src="static/assets/js/bootstrap-modal.js"></script> - <script src="static/assets/js/bootstrap-dropdown.js"></script> - <script src="static/assets/js/bootstrap-scrollspy.js"></script> - <script src="static/assets/js/bootstrap-tab.js"></script> - <script src="static/assets/js/bootstrap-tooltip.js"></script> - <script src="static/assets/js/bootstrap-popover.js"></script> - <script src="static/assets/js/bootstrap-button.js"></script> - <script src="static/assets/js/bootstrap-collapse.js"></script> - <script src="static/assets/js/bootstrap-carousel.js"></script> - <script src="static/assets/js/bootstrap-typeahead.js"></script> - <script src="static/assets/js/bootstrap-affix.js"></script> - <script src="static/assets/js/holder/holder.js"></script> - <script src="static/assets/js/google-code-prettify/prettify.js"></script> - <script src="static/assets/js/application.js"></script> </body> </html>
\ No newline at end of file |
