mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-05 09:23:40 -04:00
Fix lighttpd recognition. Add support button.
This commit is contained in:
parent
36150bdbef
commit
06d9a8af85
4 changed files with 21 additions and 1 deletions
|
@ -21,6 +21,15 @@ html.no-js.browser( lang="en" )
|
|||
h1
|
||||
a( href="{{pkg.url}}" ) {{pkg.name}}
|
||||
|
||||
div#donation
|
||||
| show your love and support for h5ai with a small donation
|
||||
div.paypal
|
||||
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="8WSPKWT7YBTSQ" )
|
||||
input( type="image", src="client/images/paypal.png", border="0", name="submit", alt="PayPal - The safer, easier way to pay online!" )
|
||||
img( alt="", border="0", src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif", width="1", height="1" )
|
||||
|
||||
div#bottombar.clearfix
|
||||
span.left
|
||||
span.noJsMsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue