-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
41 lines (32 loc) · 1.49 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
<!DOCTYPE html>
<!--
Copyright 2016 Taylor Raack.
This file is part of PageAccel.
PageAccel is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PageAccel is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with PageAccel. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<script src="popup.js"></script>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="colors.css" />
</head>
<body tabindex="1">
<table><tr><td><img src="canonical.png"/></td><td><h2>PageAccel</h2></td></tr></table>
<div id="statusText">Status: Unknown</div>
<br />
<div><button id="enabledStatus">Please reload this page to enable PageAccel.</button></div>
<br />
<div><a id="moreinfo" href="https://github.com/pageaccel/pageaccel-chrome/blob/master/README.md#pageaccel-chrome-extension">More information...</a></div>
<div><a id="help" href="https://chrome.google.com/webstore/detail/pageaccel/homgapmnacbmbflidhpenianmeidfcjp/support">Help / questions / support</a></div>
<div><a id="tutorial1" href="firstRun2.html">Tutorial</a></div>
</body>
</html>