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:
parent
fd98e5db9a
commit
4bc381b20e
6
html/bootstrap-3.3.7.min.css
vendored
Normal file
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
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
5
html/jquery-1.9.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<title>Currently at the PTG</title>
|
||||
<!-- 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>
|
||||
<body>
|
||||
|
||||
@ -71,8 +71,8 @@
|
||||
|
||||
</script>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.6/handlebars.js"></script>
|
||||
<script src="jquery-1.9.1.min.js"></script>
|
||||
<script src="handlebars-4.0.6.js"></script>
|
||||
<script src="ptg.js"></script>
|
||||
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user