-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
4,104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Support AutoHotkey!!</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
</head> | ||
<body> | ||
<div><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> | ||
<input type="hidden" name="cmd" value="_s-xclick"> | ||
<input type="hidden" name="hosted_button_id" value="AFJJFKE6S44B2"> | ||
<table> | ||
<tr><td><input type="hidden" name="on0" value="Jaylene Joy Foundation">Jaylene Joy Foundation</td></tr><tr><td><select name="os0"> | ||
<option value="Mega Support">Mega Support $1,000.00 USD</option> | ||
<option value="Major Support">Major Support $800.00 USD</option> | ||
</select> </td></tr> | ||
</table> | ||
<input type="hidden" name="currency_code" value="USD"> | ||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> | ||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> | ||
</form> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<title>AutoHotkey - Error 404</title> | ||
<!-- template by joedf --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5"> | ||
<link rel="icon" type="image/ico" href="/favicon.ico"> | ||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="/_errorpages/style.css"> | ||
</head> | ||
<body> | ||
<h1><a href="http://autohotkey.com">autohotkey.com</a></h1> | ||
<div id="content"> | ||
<div class="large">404</div> | ||
<h2>Error 404 - File not found</h2> | ||
<p>Awww man... Looks like the page you're looking for doesn't exist.<br>Try checking the URL for errors, then hit the refresh button on your browser.</p> | ||
</div> | ||
<div class="footer"> | ||
<b>Copyright</b> © 2013-2015 autohotkey.com - AutoHotkey Software License: <a href="/docs/license.htm">GNU General Public License</a> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
html, body { | ||
font-family: "Arial",sans-serif; | ||
padding: 0; | ||
margin: 0; | ||
background-color: #eee; | ||
min-height: 600px; | ||
min-width: 600px; | ||
} | ||
|
||
.notif_link, .notif_link:visited, .notif_link:link { | ||
font-size:12px; | ||
margin:auto; | ||
display:inline-block; | ||
padding:4px; | ||
margin-top:4px; | ||
border: solid 1px #666666; | ||
border-radius: 4px; | ||
Background-color: #666666; | ||
color:white; | ||
text-shadow:none; | ||
text-decoration: none; | ||
} | ||
|
||
.notif_link:hover, .notif_link:active { | ||
Background-color:white; | ||
color:#666666; | ||
text-decoration: none; | ||
} | ||
|
||
.notif_link:active { position:relative;top:1px; } | ||
|
||
h1 { | ||
color: #fff; | ||
background-color: #111111; | ||
font-weight: bold; | ||
font-size: 20px; | ||
padding: 24px; | ||
width: 100%; | ||
text-shadow: -1px -1px #666; | ||
margin: 0; | ||
position: fixed; | ||
z-index: 2; | ||
} | ||
|
||
h1 * { | ||
text-decoration: none !important; | ||
color: #fff !important; | ||
} | ||
|
||
.large { | ||
margin: auto; | ||
text-align: center; | ||
padding: 24px; | ||
font-size: 64px; | ||
text-shadow: 1px 1px white; | ||
} | ||
|
||
h2 { | ||
color: #666; | ||
text-shadow: 1px 1px white; | ||
font-size: 20px; | ||
font-weight: bold; | ||
text-align: center; | ||
margin: 0; | ||
} | ||
|
||
p { | ||
color: #666; | ||
text-shadow: 1px 1px white; | ||
font-size: 16px; | ||
text-align: center; | ||
margin: auto; | ||
width: 480px; | ||
padding-top: 16px; | ||
} | ||
|
||
.footer { | ||
position: absolute; | ||
bottom: 0; | ||
left: 0; | ||
width: 100%; | ||
color: #fff; | ||
text-align: center; | ||
font-size: 11px; | ||
background-color: #111111; | ||
padding-top: 32px; | ||
padding-bottom: 32px; | ||
margin: auto; | ||
position: fixed; | ||
z-index: 2; | ||
} | ||
|
||
#content { | ||
width:500px; | ||
margin:auto; | ||
position: absolute; | ||
top:30%; | ||
left:50%; | ||
margin-left: -250px; | ||
border:1px dashed #333; | ||
padding-bottom: 24px; | ||
background-color: #F8F8F8; | ||
} | ||
|
||
a:hover, a:focus { | ||
color: rgb(42, 100, 150); | ||
text-decoration: underline; | ||
} | ||
a:active, a:hover { outline: 0; } | ||
a { | ||
color: rgb(66, 139, 202); | ||
text-decoration: none; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.