This repository was archived by the owner on Mar 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy patherror.html
More file actions
58 lines (49 loc) · 1.72 KB
/
error.html
File metadata and controls
58 lines (49 loc) · 1.72 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!--
An error page for browsers that don't implement notifications.
Copyright (C) 2011 Puneeth Chaganti <punchagan+gethub@gmail.com>
Copyright (C) 2011 Thomas Stephen Lee <lee.iitb@gmail.com>
This file is part of GetHub.
GetHub 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.
GetHub 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 GetHub. If not, see <http://www.gnu.org/licenses/>.
A portion of the code in this file is based on chrome's sample
extension, notifications, available at
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/notifications/
whose license is available at
http://code.google.com/google_bsd_license.html
-->
<title>GetHub: Desktop Notifications for GitHub</title>
<style>
/* Clone the look and feel of "chrome://" pages. */
body {
margin: 10px;
font: 84% Arial, sans-serif
}
h1 { font-size: 156% }
h1 img {
margin: 1px 5px 0 1px;
vertical-align: middle
}
h2 {
border-top: 1px solid #9cc2ef;
background-color: #ebeff9;
padding: 3px 5px;
font-size: 100%
}
</style>
<h1>
<img src="octocat-chrome.png" alt="GetHub">
GetHub: Desktop Notifications for GitHub
</h1>
<h2>Error</h2>
<p>
Desktop notifications are supported only by Chromium 4 and up on
Windows and Chromium 5 and up on the Mac and Linux.
</p>