-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
35 lines (35 loc) · 1.12 KB
/
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
35
<!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></title>
<style>
body>* {
padding: 10px;
}
.scriptsActions>* {
margin-top: 10px;
margin-bottom: 10px;
}
</style>
</head>
<body style="padding:20px">
<div class="textInputs">
<div>_<input class="ChadsoftInput" type="text"></div>
<div>_<input class="MKWPPinput" type="text"></div>
</div>
<div class="saveActions">
<input class="saveSett" style="background-color: white; " type="button" value="">
</div>
<div class="scriptsActions">
<input class="startMKWPP" style="background-color: white; " type="button" value="">
<input class="startMKL" style="background-color: white; " type="button" value="">
</div>
<div>
<input class="updates" type="button" style="background-color: white; " value="">
</div>
</body>
</html>
<script src="popup.js"></script>