AmazonS3
tcp/443
Open service 18.239.208.63:443 · games.coopstools.com
2026-01-09 23:33
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3377
Connection: close
Date: Fri, 09 Jan 2026 10:50:29 GMT
Last-Modified: Sun, 26 Apr 2020 19:35:52 GMT
ETag: "057cf778cdf26baf1d678d5dc6e21fd0"
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 b2759d0b84d9378c5df10333918381e0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BRU50-P1
X-Amz-Cf-Id: W1VGZ81eyh_A1apqRsZeRXXxRnmjkl2hQ-H3f1E0iXDDQu4MoVSOqA==
Age: 45789
Page title: My first BootstrapVue app
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>My first BootstrapVue app</title>
<!-- Required Stylesheets -->
<link
type="text/css"
rel="stylesheet"
href="https://unpkg.com/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type="text/css"
rel="stylesheet"
href="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css"
/>
<!-- Load polyfills to support older browsers -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver"></script>
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<!-- Required scripts -->
<script src="https://unpkg.com/vue@latest/dist/vue.js"></script>
<script src="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js"></script>
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id="app" class="container-fluid bg-info">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h3><span class="label label-warning" id="qid">{{ questionNum + 1}}</span>{{ question }}</h3>
</div>
<div class="modal-body">
<div class="col-xs-3 col-xs-offset-5">
<div id="loadbar" style="display: none;">
<div class="blockG" id="rotateG_01"></div>
<div class="blockG" id="rotateG_02"></div>
<div class="blockG" id="rotateG_03"></div>
<div class="blockG" id="rotateG_04"></div>
<div class="blockG" id="rotateG_05"></div>
<div class="blockG" id="rotateG_06"></div>
<div class="blockG" id="rotateG_07"></div>
<div class="blockG" id="rotateG_08"></div>
</div>
</div>
<div class="quiz" id="quiz" data-toggle="buttons">
<label
v-for='(answer, index) in answers'
@click.stop='check(index)'
v-bind:class='[ "element-animation" + (index + 1) ]'
class="btn btn-lg btn-primary btn-block">
<span class="btn-label"><i class="glyphicon glyphicon-chevron-right"></i></span>
{{ index+1 }} {{ answer }}
</label>
<!--label class="element-animation2 btn btn-lg btn-primary btn-block">
<span class="btn-label">
<i class="glyphicon glyphicon-chevron-right"></i>
</span>
<input type="radio" name="q_answer" value="1" hidden>
N green tea
</label-->
</div>
</div>
<div class="modal-footer text-muted">
<span id="answer"></span>
</div>
</div>
</div>
</div>
<script src="questions.json"></script>
<script src="controller.js"></script>
</body>
</html>
Open service 3.164.163.118:443 · games.coopstools.com
2025-12-23 05:29
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3377
Connection: close
Date: Tue, 23 Dec 2025 05:29:51 GMT
Last-Modified: Sun, 26 Apr 2020 19:35:52 GMT
ETag: "057cf778cdf26baf1d678d5dc6e21fd0"
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 938fab6199e7c5664c3a5a9f4a18e3c6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: CDG55-P3
X-Amz-Cf-Id: 6Kcck3Ct_o9vaLp__1CJ5FqW4TPFzP3MSPe5U9kznoURRP8HjoBUzQ==
Page title: My first BootstrapVue app
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>My first BootstrapVue app</title>
<!-- Required Stylesheets -->
<link
type="text/css"
rel="stylesheet"
href="https://unpkg.com/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type="text/css"
rel="stylesheet"
href="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css"
/>
<!-- Load polyfills to support older browsers -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver"></script>
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<!-- Required scripts -->
<script src="https://unpkg.com/vue@latest/dist/vue.js"></script>
<script src="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js"></script>
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id="app" class="container-fluid bg-info">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h3><span class="label label-warning" id="qid">{{ questionNum + 1}}</span>{{ question }}</h3>
</div>
<div class="modal-body">
<div class="col-xs-3 col-xs-offset-5">
<div id="loadbar" style="display: none;">
<div class="blockG" id="rotateG_01"></div>
<div class="blockG" id="rotateG_02"></div>
<div class="blockG" id="rotateG_03"></div>
<div class="blockG" id="rotateG_04"></div>
<div class="blockG" id="rotateG_05"></div>
<div class="blockG" id="rotateG_06"></div>
<div class="blockG" id="rotateG_07"></div>
<div class="blockG" id="rotateG_08"></div>
</div>
</div>
<div class="quiz" id="quiz" data-toggle="buttons">
<label
v-for='(answer, index) in answers'
@click.stop='check(index)'
v-bind:class='[ "element-animation" + (index + 1) ]'
class="btn btn-lg btn-primary btn-block">
<span class="btn-label"><i class="glyphicon glyphicon-chevron-right"></i></span>
{{ index+1 }} {{ answer }}
</label>
<!--label class="element-animation2 btn btn-lg btn-primary btn-block">
<span class="btn-label">
<i class="glyphicon glyphicon-chevron-right"></i>
</span>
<input type="radio" name="q_answer" value="1" hidden>
N green tea
</label-->
</div>
</div>
<div class="modal-footer text-muted">
<span id="answer"></span>
</div>
</div>
</div>
</div>
<script src="questions.json"></script>
<script src="controller.js"></script>
</body>
</html>