-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowser_action.html
executable file
·30 lines (28 loc) · 1.19 KB
/
browser_action.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
<html>
<head>
<title>FantasyRig</title>
<style>
body{
width:9em;
}
.btn{
width: 6em;
}
.custom-btn{
padding: 1em;
}
</style>
</head>
<body>
<div class="container">
<div class="custom-btn text-center"><a href="settings.html" target="_blank" class="btn btn-primary">Settings</a></div>
<div class="custom-btn text-center"><a href="install.html#faq" target="_blank" class="btn btn-info">FAQ</a></div>
<div class="custom-btn text-center"><a href="install.html#email" target="_blank" class="btn btn-secondary">Contact</a></div>
<div class="custom-btn text-center"><a href="https://www.paypal.me/brainydfs" target="_blank" class="btn btn-success">Donate</a></div>
</div>
</body>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<script type="text/javascript" src="assets/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="assets/tether/js/tether.min.js"></script>
<script type="text/javascript" src="assets/bootstrap/js/bootstrap.min.js"></script>
</html>