-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
34 lines (26 loc) · 832 Bytes
/
popup.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
<!doctype html>
<html>
<head>
<title>Language Versa Popup</title>
<link rel="stylesheet" href="popup.css">
<script src="jquery/jquery-1.7.2.min.js"></script>
<script src="popup.js"></script>
</head>
<body>
<div class="checkbox">
<input id="check" name="1" type="checkbox" value="1" />
<label for="check">Check-me</label>
</div>
<a href = "#" class = "options" > Options </a>
<br style = "clear:both">
<HR>
<input type="text" class="exclude_url" />
<button class = "add" >Exclude site</button>
<HR>
You are are currently learning <span class = "word_count">#</span> words. Approximatly <span class = "page_views">#</span> page views until we add a new word.
<div class = "exclude">
<hr>
This site is excluded from word replacement.
</div>
</body>
</html>