mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
More refactorings.
This commit is contained in:
parent
fc8a0589dd
commit
c40fac67d0
9 changed files with 279 additions and 332 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
- var href = "<?php global $HREF; echo $HREF; ?>"
|
||||
- var fallback = "<?php global $FALLBACK; echo $FALLBACK; ?>"
|
||||
- var url = "<?= APP_URL ?>"
|
||||
- var fallback = "<?= FALLBACK ?>"
|
||||
|
||||
doctype 5
|
||||
//if lt IE 9
|
||||
|
@ -15,15 +15,15 @@ html.no-js.browser( lang="en" )
|
|||
title index · styled with {{pkg.name}} {{pkg.version}} ({{pkg.url}})
|
||||
meta( name="description", content="index styled with {{pkg.name}} {{pkg.version}} ({{pkg.url}})" )
|
||||
meta( name="viewport", content="width=device-width" )
|
||||
link( rel="shortcut icon", href!="#{href}client/images/app-16x16.ico" )
|
||||
link( rel="apple-touch-icon-precomposed", type="image/png", href!="#{href}client/images/app-48x48.png" )
|
||||
link( rel="apple-touch-icon-precomposed", sizes="57x57", type="image/png", href!="#{href}client/images/app-57x57.png" )
|
||||
link( rel="apple-touch-icon-precomposed", sizes="72x72", type="image/png", href!="#{href}client/images/app-72x72.png" )
|
||||
link( rel="apple-touch-icon-precomposed", sizes="114x114", type="image/png", href!="#{href}client/images/app-114x114.png" )
|
||||
link( rel="apple-touch-icon-precomposed", sizes="144x144", type="image/png", href!="#{href}client/images/app-144x144.png" )
|
||||
link( rel="shortcut icon", href!="#{url}client/images/app-16x16.ico" )
|
||||
link( rel="apple-touch-icon-precomposed", type="image/png", href!="#{url}client/images/app-48x48.png" )
|
||||
link( rel="apple-touch-icon-precomposed", sizes="57x57", type="image/png", href!="#{url}client/images/app-57x57.png" )
|
||||
link( rel="apple-touch-icon-precomposed", sizes="72x72", type="image/png", href!="#{url}client/images/app-72x72.png" )
|
||||
link( rel="apple-touch-icon-precomposed", sizes="114x114", type="image/png", href!="#{url}client/images/app-114x114.png" )
|
||||
link( rel="apple-touch-icon-precomposed", sizes="144x144", type="image/png", href!="#{url}client/images/app-144x144.png" )
|
||||
link( rel="stylesheet", href="//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Ubuntu:300italic,700italic,300,700" )
|
||||
link( rel="stylesheet", href!="#{href}client/css/styles.css" )
|
||||
script( src!="#{href}client/js/scripts.js" )
|
||||
link( rel="stylesheet", href!="#{url}client/css/styles.css" )
|
||||
script( src!="#{url}client/js/scripts.js" )
|
||||
|
||||
body
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue