-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (25 loc) · 1.22 KB
/
404.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>此页面已被拦截 this site has been blocked</title>
<link rel="shortcut icon" href="icon.jpg" type="image/s-icon">
<link href="myCSS.css" rel="stylesheet" type="text/css">
<!-- foundation↓ -->
<link rel="stylesheet" href="https://cdn.staticfile.org/foundation/5.5.3/css/foundation.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/foundation/5.5.3/js/foundation.min.js"></script>
<script src="https://cdn.staticfile.org/foundation/5.5.3/js/vendor/modernizr.js"></script>
<!-- foundation↑ -->
</head>
<body>
<div style="text-align: center;margin-top: 50px;">
<h2>你所在的国家/地区不允许访问此内容</h2>
<h3>the content is not allowed in your country/area</h3>
</div>
</body>
<script>
console.log("U2FsdGVkX1/d4J+1oJAwpol1NCoZxEg/hlRdpRugONwv+epKw5jSBO+ygblCt2yd+el9+foRPYdjCR9ZyaiBzr/HnmlZW79q2J7JhlEK3twSjXBZC7buPo7bg42qg4/cLRZ4xz94kq3LMMyywkLJvLz+5lpQaEvzwVBhq4eg/QBXEituvBZVS7IJONfeHoyx2oE0fY0EsESNnI4F8Q5T9ELi5X27boYfpKHumY1x1Ps=")
console.log("AES")
</script>
</html>