Spaces:
Sleeping
Sleeping
<html> | |
<head> | |
<title>GTest</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | |
<link rel="stylesheet" href="./css/style.css"> | |
</head> | |
<body> | |
<h1></h1><br> | |
<div id="captcha" key="{{key}}"> | |
<button id="btn"><span>点击验证</span></button> | |
<div id="wait" class="show"> | |
<div class="progress"></div> | |
</div> | |
</div> | |
<footer id="footer"> | |
<p class="copyright">{{copyright}}</p> | |
</footer> | |
<script src="/assets/js/jquery.min.js"></script> | |
<script src="/assets/js/gt.js"></script> | |
<script src="./js/script.js"></script> | |
</body> | |
</html> |