forked from Stigmatoz/web-activity-time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblock.html
More file actions
27 lines (23 loc) · 929 Bytes
/
block.html
File metadata and controls
27 lines (23 loc) · 929 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Access to the site is limited</title>
<link href="style/block.css" rel="stylesheet" />
<script src="scripts/storage.js"></script>
<script src="scripts/common.js"></script>
<script src="scripts/block.js"></script>
<script src="scripts/restriction.js"></script>
<script src="scripts/url.js"></script>
</head>
<body>
<div>
<img src="icons/time.svg" height="50">
<p class="title">Time limit</p>
<div class="description">You've reached your limit today on <span id="site" class="current-site"></span></div>
<div class="description margin-top-10">Your current daily limit is <span id="limit" class="current-limit"></span></div>
<div class="margin-top-10"><a id="deffererBtn" class="defferer-link">Set aside for 5 minutes</a></div>
</div>
<p class="product-title">Web Activity Time Tracker</p>
</body>
</html>