forked from proginosko/LeechBlockNG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
delayed.html
44 lines (34 loc) · 1.35 KB
/
delayed.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html id="lbDelayingPage">
<head>
<meta charset="utf-8">
<title>Site Blocked</title>
<link rel="shortcut icon" href="icons/leechblock16.ico" type="image/x-icon">
<link rel="icon" href="icons/leechblock16.ico" type="image/x-icon">
<link rel="stylesheet" href="fonts.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<!-- logo -->
<div>
<img src="images/leechblock_logo.png" alt="LeechBlock logo" title="LeechBlock">
</div>
<!-- warning message -->
<div>
<h1>The page you're trying to access has been temporarily blocked by <a href="http://www.proginosko.com/leechblock/">LeechBlock</a>.</h1>
</div>
<!-- blocked site info -->
<div>
<a id="lbBlockedURLLink" target="_self"><span id="lbBlockedURL"></span></a>
(<span id="lbBlockedSet">Block Set</span>)
<p id="lbCountdownText">The page will be loaded in <strong><span id="lbDelaySeconds">0</span></strong> second(s).</p>
</div>
<!-- support info -->
<div class="support">
If LeechBlock has improved your life, please consider supporting<br>its continued development by
<a href="https://www.paypal.me/JamesNAnderson">making a contribution</a> or
<a href="https://addons.mozilla.org/en-US/firefox/addon/leechblock-ng/">writing a review</a>.
</div>
<script src="blocked.js"></script>
</body>
</html>