-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
29 lines (29 loc) · 926 Bytes
/
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
<!DOCTYPE html>
<html>
<header>
<title>Partner Operations Toolkit</title>
<link rel="stylesheet" href="popup.css" />
</header>
<body class="popup_body">
<div class="popup_title-container">
<h1 class="popup_title">Partner Operations Toolkit</h1>
</div>
<div class="popup_container">
<h2 class="popup_ext-active">POT is currently active</h2>
<p class="popup_ext-description">
You can apply asterisks to locked documents by pressing:
</p>
<p class="popup_command">
- <strong>Alt+Shift+5</strong> on Windows OR
<strong>Ctrl+Shift+5</strong> on Mac
</p>
<p class="popup_ext-description">
You can also select all document checkboxes by pressing:
</p>
<p class="popup_command">
- <strong>blah blah blah</strong> on Windows OR
<strong>blah blah blah</strong> on Mac
</p>
</div>
</body>
</html>