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
24 lines (21 loc) · 734 Bytes
/
block.html
File metadata and controls
24 lines (21 loc) · 734 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
<!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>
</head>
<body>
<div>
<img src="icons/time.svg" height="50">
<p class="title">Time limit</p>
<div class="description">You've reached today your limit 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>
<p class="product-title">Web Activity Time Tracker</p>
</body>
</html>