mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-01 15:58:19 -04:00
41 lines
1.7 KiB
Text
41 lines
1.7 KiB
Text
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
|
|
|
|
h1
|
|
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.clearfix
|
|
span.left
|
|
span.noJsMsg
|
|
| ⚡ JavaScript disabled! ⚡
|
|
span.noBrowserMsg
|
|
| ⚡ Works best in
|
|
a( href="http://browsehappy.com" ) modern browsers
|
|
| ! ⚡
|
|
span.right
|
|
a( href="{{pkg.homepage}}", title="{{pkg.name}} {{pkg.version}} · {{pkg.description}}" )
|
|
| powered by {{pkg.name}} {{pkg.version}}
|
|
span.center
|
|
|
|
</html>
|