forked from tilfinltd/aws-extend-switch-roles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
49 lines (49 loc) · 1.09 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
46
47
48
49
<html>
<head>
<script src="js/popup.js"></script>
<style>
html { padding: 0 }
body { margin: 0; padding: 0 }
ul {
list-style: none;
padding: 0;
margin: 0;
}
li {
padding: 0;
margin: 0;
border-top: 1px solid #ccc;
}
li:first-of-type {
border-top: none;
}
a {
color: #000;
display: block;
font-size: 13px;
line-height: 2;
margin: 2px;
padding: 2px 14px;
text-decoration: none;
width: 9em;
}
a:hover {
background-color: #cfe;
}
#openOptionsLink { font-weight: bold }
</style>
</head>
<body>
<ul>
<li><a href="#" id="openOptionsLink">Configuration</a></li>
<li><a
href="https://github.com/tilfin/aws-extend-switch-roles/blob/master/CHANGELOG.md#changelog" rel="noopener noreferrer" target="_blank">Release Notes</a></li>
<li><a href="https://github.com/tilfin/aws-extend-switch-roles#donation" rel="noopener noreferrer"
target="_blank">Donation</a></li>
<li><a href="#" id="openCreditsLink">Credits</a></li>
<li><a href="https://github.com/tilfin/aws-extend-switch-roles" rel="noopener noreferrer"
target="_blank">Website</a></li>
</ul>
</body>
</head>
</html>