h5ai-flpsite/src/_h5ai/backend/php/page.php.jade
2015-05-13 02:34:11 +02:00

36 lines
1.5 KiB
Plaintext

- var PUBLIC_HREF = '<?= PUBLIC_HREF; ?>'
- var FALLBACK = '<?= FALLBACK; ?>'
<?php header('Content-type: text/html;charset=utf-8'); ?>
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" )
meta( http-equiv="x-ua-compatible", content="ie=edge" )
title index - powered by #{pkg.name} v#{pkg.version} (#{pkg.homepage})
meta( name="description", content="index - powered by #{pkg.name} v#{pkg.version} (#{pkg.homepage})" )
meta( name="viewport", content="width=device-width, initial-scale=1" )
link( rel="shortcut icon", href!="#{PUBLIC_HREF}images/favicon/favicon-16-32.ico" )
link( rel="apple-touch-icon-precomposed", type="image/png", href!="#{PUBLIC_HREF}images/favicon/favicon-152.png" )
link( rel="stylesheet", href="//fonts.googleapis.com/css?family=Roboto:300,400,700" )
link( rel="stylesheet", href!="#{PUBLIC_HREF}css/styles.css" )
script( src!="#{PUBLIC_HREF}js/scripts.js", data-module="index" )
body#root
div#fallback-hints
span.noJsMsg
| Works best with JavaScript enabled!
span.noBrowserMsg
| Works best in
a( href="http://browsehappy.com" ) modern browsers
| !
span.backlink
a( href="#{pkg.homepage}", title="#{pkg.name} v#{pkg.version} - #{pkg.description}" ) powered by #{pkg.name}
div#fallback !{FALLBACK}
</html>