Universal-Bypass/html/crowd-bypassed.html

24 lines
717 B
HTML
Raw Normal View History

2018-10-02 19:31:00 +02:00
<!DOCTYPE html>
<html>
<head>
<title data-message="crowdBypassed"></title>
<meta charset="UTF-8">
2018-12-17 23:37:52 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2018-10-02 19:31:00 +02:00
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 data-message="crowdBypassed"></h1>
<p data-message="crowdBypassedInfo"></p>
<br>
<div id="timer" style="display:none">
<p><span></span></p>
<br>
</div>
2018-10-02 19:31:00 +02:00
<p><a id="ignore" href="#" data-message="crowdBypassedIgnore"></a></p>
<br>
<p><span data-message="crowdBypassedOptions"></span> <a href="options.html#option-crowd-open-delay" target="_blank" data-message="optionsLink"></a></p>
2018-12-05 09:04:17 +01:00
<script src="base.js"></script>
2018-10-02 19:31:00 +02:00
<script src="crowd-bypassed.js"></script>
</body>
</html>