This repository was archived by the owner on Nov 4, 2021. It is now read-only.
forked from BrooksCunningham/static-website-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspa-captcha.html
More file actions
47 lines (42 loc) · 1.87 KB
/
spa-captcha.html
File metadata and controls
47 lines (42 loc) · 1.87 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Pardon Our Interruption</title>
<link rel="stylesheet" type="text/css" href="//cdn.distilnetworks.com/css/distil.css" media="all">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=1000" />
<META NAME="robots" CONTENT="noindex, nofollow">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<script type="text/javascript">
window.addEventListener('beforeunload', function(){
window.parent.postMessage('Hello!!!', '*')
}, false)
</script>
</head>
<body class='block-page'>
<div class='container'>
<div class='row'>
<div class='sidebar col-lg-4 col-sm-5'>
<img src="//cdn.distilnetworks.com/images/anomaly-detected.png" alt="0">
</div>
<div class='content col-lg-8 col-sm-7'>
<h1>Pardon Our Interruption...</h1>
<p>
As you were browsing <strong><!-- DISTIL HTTP HOST --></strong> something about your browser made us think you were a bot. There are a few reasons this might happen:
</p>
<ul>
<li>You're a power user moving through this website with super-human speed.</li>
<li>You've disabled JavaScript in your web browser.</li>
<li>A third-party browser plugin, such as Ghostery or NoScript, is preventing JavaScript from running. Additional information is available in this <a title='Third party browser plugins that block javascript' href='http://ds.tl/help-third-party-plugins' target='_blank'>support article</a>.</li>
</ul>
<p>After completing the CAPTCHA below, you will immediately regain access to <!-- DISTIL HTTP HOST -->.</p>
<!-- DISTIL CAPTCHA FORM -->
</div>
</div>
</div>
</body>
</html>