<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>About Gmail Notifr</title>
<style>
html {
overflow: hidden;
font-family: lucida grande;
font-size: 100%;
color: white;
text-align: center;
text-shadow: white 0px 1px 1px;
color: #777;
}
body {
padding: 30px 10px;
}
a {
color: #444;
text-decoration: none;
-webkit-border-radius: 8px;
padding: 1px 6px;
margin-left: -7px;
margin-right: -7px;
}
a:hover {
background-color: #999;
color: #eee;
text-shadow: #444 0px 1px 1px;
}
</style>
</head>
<body onmousedown='return false' oncontextmenu='return false'>
<p>Written by <a href="http://blog.ashchan.com/">James Chan</a></p>
<p>Project Homepage: <a href="http://ashchan.com/projects/gmail-notifr">Gmail Notifr</a></p>
<p>Source: <a href="http://github.com/ashchan/gmail-notifr/tree/master">GitHub repository</a></p>
<p>Imagery & Icons by Vikiworks Studio</p>
<p>Thanks to: Yichi, Satoshi Nakagawa, Eloy Duran, Mark Trolley</p>
</body>
</html>