Skip to content

Commit

Permalink
added dependncies
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnnkkrr committed Jul 6, 2021
1 parent ddaaee6 commit daca5e3
Show file tree
Hide file tree
Showing 61 changed files with 4,104 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Donate.html
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>
106 changes: 106 additions & 0 deletions _errorpages/403.html

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions _errorpages/404.html
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>
105 changes: 105 additions & 0 deletions _errorpages/500.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions _errorpages/510.html

Large diffs are not rendered by default.

113 changes: 113 additions & 0 deletions _errorpages/style.css
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;
}
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit daca5e3

Please sign in to comment.