-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 866 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>chromeext</title>
<link rel="stylesheet" href="assets/css/chromeext.css" />
<link rel="stylesheet" href="assets/font/all.min.css" />
<script src="assets/js/chromeext.js" defer></script>
</head>
<body>
<div class="alert" >
<p id="errormessage" class="errormessage"> <span><i class="fa fa-times-circle "></i></span></i> <span class="txt"></span></p>
</div>
<main>
<input type="text" name="inputtxt" id="inputtxt" />
<button class="btntxt tabbtn">SAVE TAB</button>
<button class="btntxt savebtn">SAVE INPUT</button>
<button class="btntxt delbtn">DELETE ALL</button>
<ul class="leadlist"></ul>
</main>
</body>
</html>