40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
doctype html
|
|
<!--[if lt IE 10]><html class="no-js no-browser" lang="en"><![endif]-->
|
|
<!--[if gt IE 9]><!--><html class="no-js browser" lang="en"><!--<![endif]-->
|
|
|
|
head
|
|
meta( charset="utf-8" )
|
|
title #{pkg.name} #{pkg.version} Server Setup
|
|
meta( name="description", content="#{pkg.name} #{pkg.version} Server Setup" )
|
|
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
|
link( rel="shortcut icon", href="client/images/favicon/favicon-16-32.ico" )
|
|
link( rel="apple-touch-icon-precomposed", type="image/png", href="client/images/favicon/favicon-152.png" )
|
|
link( rel="stylesheet", href="client/css/styles.css" )
|
|
script( src="client/js/scripts.js", data-module="info" )
|
|
|
|
body#h5ai-info
|
|
|
|
div#content
|
|
h1#header
|
|
a( href="#{pkg.homepage}" ) #{pkg.name}
|
|
|
|
div#support
|
|
| 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!" )
|
|
|
|
div#bottombar
|
|
span.noJsMsg
|
|
| JavaScript disabled!
|
|
span.noBrowserMsg
|
|
| Works best in
|
|
a( href="http://browsehappy.com" ) modern browsers
|
|
| !
|
|
a( href="#{pkg.homepage}", title="#{pkg.name} #{pkg.version} · #{pkg.description}" )
|
|
| powered by #{pkg.name} #{pkg.version}
|
|
|
|
</html>
|