mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 02:20:18 +02:00
_h5ai/index does not need to have absolute hrefs.
This commit is contained in:
@@ -11,11 +11,11 @@ html.no-js( lang="en" )
|
||||
title h5ai {{version}} server details
|
||||
meta( name="description", content="h5ai server details" )
|
||||
meta( name="viewport", content="width=device-width" )
|
||||
link( rel="shortcut icon", type="image/png", href="/_h5ai/images/h5ai-16x16.png" )
|
||||
link( rel="apple-touch-icon", type="image/png", href="/_h5ai/images/h5ai-48x48.png" )
|
||||
link( rel="shortcut icon", type="image/png", href="images/h5ai-16x16.png" )
|
||||
link( rel="apple-touch-icon", type="image/png", href="images/h5ai-48x48.png" )
|
||||
link( rel="stylesheet", href="//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Ubuntu:400,700,400italic,700italic" )
|
||||
link( rel="stylesheet", href="/_h5ai/css/styles.css" )
|
||||
script( src="/_h5ai/js/modernizr.js" )
|
||||
link( rel="stylesheet", href="css/styles.css" )
|
||||
script( src="js/modernizr.js" )
|
||||
|
||||
body#h5ai-info
|
||||
|
||||
@@ -77,5 +77,5 @@ html.no-js( lang="en" )
|
||||
span.right
|
||||
span.center
|
||||
|
||||
script( src="/_h5ai/config.js" )
|
||||
script( src="/_h5ai/js/scripts.js" )
|
||||
script( src="config.js" )
|
||||
script( src="js/scripts.js" )
|
||||
|
Reference in New Issue
Block a user