-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
30 lines (28 loc) · 1.13 KB
/
popup.html
File metadata and controls
30 lines (28 loc) · 1.13 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="popup.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<script src="popup.js"></script>
</head>
<body>
<div class="row">
<button class="btn-circle" id="onoff-btn"><i class="fas fa-power-off"></i></button>
<button class="btn-circle" id="darkmode-btn"><i class="fas fa-moon"></i></button>
<button class="btn" id="fixednav-btn">Fixed Navbar</button>
</div>
<hr>
<div class="row">
<button class="btn" id="federation-btn">The Federation</button>
<button class="btn" id="assembly-btn">The Assembly</button>
</div>
<div class="row">
<button class="btn" id="order-btn">The Order</button>
<button class="btn" id="alliance-btn">The Alliance</button>
</div>
<div class="row">
<button class="btn-large" id="coalition-theme-btn">Thème Coalition</button>
</div>
</body>
</html>