Serve locally static pages

Google CDN is considering huge traffic as a potential attack. Better to
serve those static pages locally.

Change-Id: I5bb446f16e88889ad40ddbdf693f54b24e33e04f
This commit is contained in:
Sylvain Bauza 2017-09-12 09:48:18 -06:00
parent fd98e5db9a
commit 4bc381b20e
4 changed files with 4727 additions and 3 deletions

6
html/bootstrap-3.3.7.min.css vendored Normal file

File diff suppressed because one or more lines are too long

4713
html/handlebars-4.0.6.js Normal file

File diff suppressed because one or more lines are too long

5
html/jquery-1.9.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<meta http-equiv="refresh" content="60"> <meta http-equiv="refresh" content="60">
<title>Currently at the PTG</title> <title>Currently at the PTG</title>
<!-- Latest compiled and minified CSS --> <!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="bootstrap-3.3.7.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head> </head>
<body> <body>
@ -71,8 +71,8 @@
</script> </script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="jquery-1.9.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.6/handlebars.js"></script> <script src="handlebars-4.0.6.js"></script>
<script src="ptg.js"></script> <script src="ptg.js"></script>
</body> </body>