forked from lurongkai/anti-baidu
-
Notifications
You must be signed in to change notification settings - Fork 5
/
test-page.html
28 lines (24 loc) · 839 Bytes
/
test-page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>anti-baidu-test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript">
var isTest = true;
var TestURL = "http://www.baidu.com/";
</script>
<script type="text/javascript" src="./js/anti-baidu-latest.js" charset="UTF-8"></script>
</head>
<body>
<div class="anti-baidu-row">
<div class="anti-baidu-col-12">
<h2>If you can see the Anti-Baidu popup, it means everything works...</h2>
</div>
</div>
<div class="row">
<div class="anti-baidu-col-4" style="background-color:#c00; ">.anti-baidu-col-4</div>
<div class="anti-baidu-col-4" style="background-color:#0c0; ">.anti-baidu-col-4</div>
<div class="anti-baidu-col-4" style="background-color:#00c; ">.anti-baidu-col-4</div>
</div>
</body>
</html>