-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 926 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
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<link id="hostStyle" rel="stylesheet" href="style.css"/>
<script src="index.js"></script>
</head>
<style>
body {
color: white;
padding: 0 16px;
}
li:before {
content: '• ';
width: 3em;
}
#layers {
border: 1px solid #808080;
border-radius: 4px;
padding: 16px;
}
</style>
<body>
<div class="wrapper"><div class="sp-tab-page visible" id="sp-spectrum-start-tab-page">
<div class="group">
<sp-heading><sp-action-button label="dark" id="btn_dark"></sp-action-button></sp-heading>
<sp-heading><sp-action-button label="dark-light" id="btn_dark-light"></sp-action-button></sp-heading>
<sp-heading><sp-action-button label="light-dark" id="btn_light_dark"></sp-action-button></sp-heading>
<sp-heading><sp-action-button label="light" id="btn_light"></sp-action-button></sp-heading>
</div>
</div></div>
</body>
</html>