-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
45 lines (45 loc) · 1.28 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title class="vs-title"></title>
<link rel="stylesheet" href="dest/css/bootstrap.min.css">
<link rel="stylesheet" href="dest/css/style.min.css">
</head>
<body>
<div id="vs-container" class="container-fluid">
<section class="row">
<h2 class="col mt-1 vs-title"></h2>
</section>
<section class="row clearfix">
<div class="col">
<div class="form-group">
<button id="background" class="btn btn-primary form-control">Change background color</button>
</div>
</div>
<div class="col">
<div class="form-group">
<button id="text" class="btn btn-primary form-control">Change text color</button>
</div>
</div>
</section>
<section class="row">
<div class="col text-center">
<div class="card">
<div class="card-body example-subtitle-cue">
<p></p>
</div>
</div>
</div>
</section>
<section class="row">
<div class="col text-right">
<hr>
<small><em class="vs-version"></em><img class="mb-1 ml-2 vs-icon"></small>
</div>
</section>
</div>
<script src="dest/js/vanilla-picker.min.js"></script>
<script src="dest/js/content.min.js"></script>
</body>
</html>