diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/img/datacenter-drawing.png | bin | 0 -> 219576 bytes | |||
| -rw-r--r-- | public/index.html | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/img/datacenter-drawing.png b/public/img/datacenter-drawing.png Binary files differnew file mode 100644 index 00000000..401168e3 --- /dev/null +++ b/public/img/datacenter-drawing.png diff --git a/public/index.html b/public/index.html index b5d509cb..03ea36d7 100644 --- a/public/index.html +++ b/public/index.html @@ -33,13 +33,13 @@ <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <script src="https://use.fontawesome.com/ece66a2e7c.js"></script> </head> -<body> +<body data-spy="scroll" data-target="#navbar"> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> -<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" - integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" +<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" + integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" |
