mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-06 01:31:14 -04:00
20 lines
697 B
Text
20 lines
697 B
Text
extends ./page.tpl.jade
|
|
|
|
block init
|
|
|
|
- var TITLE = pkg.name + ' info page - v' + pkg.version
|
|
- var MODULE = 'info'
|
|
|
|
block body
|
|
|
|
div#content
|
|
h1#header
|
|
a( href="#{pkg.homepage}" ) #{pkg.name}
|
|
|
|
div#support
|
|
| Show your support with a donation!
|
|
div.paypal
|
|
form( action="https://www.paypal.com/cgi-bin/webscr", method="post", target="_blank" )
|
|
input( type="hidden", name="cmd", value="_s-xclick" )
|
|
input( type="hidden", name="hosted_button_id", value="8WSPKWT7YBTSQ" )
|
|
input( type="image", src!="#{PUBLIC_HREF}images/ui/paypal.svg", name="submit", alt="PayPal" )
|