Remove stylesheet types.
This commit is contained in:
parent
bdeac2533f
commit
55fa4a1bcd
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ head
|
|||
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", type="text/css", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||
link( rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||
link( rel="stylesheet", href="client/css/styles.css" )
|
||||
script( src="client/js/scripts.js", data-module="info" )
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ head
|
|||
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
||||
link( rel="shortcut icon", href!="#{app_href}client/images/favicon/favicon-16-32.ico" )
|
||||
link( rel="apple-touch-icon-precomposed", type="image/png", href!="#{app_href}client/images/favicon/favicon-152.png" )
|
||||
link( rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||
link( rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||
link( rel="stylesheet", href!="#{app_href}client/css/styles.css" )
|
||||
script( src!="#{app_href}client/js/scripts.js", data-module="index" )
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ html
|
|||
meta( http-equiv="x-ua-compatible", content="ie=edge" )
|
||||
title h5ai #{pkg.version} test suite
|
||||
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
||||
link( rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||
link( rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||
link( rel="stylesheet", href="h5ai-styles.css" )
|
||||
link( rel="stylesheet", href="styles.css" )
|
||||
script( src="h5ai-scripts.js" )
|
||||
|
|
Loading…
Add table
Reference in a new issue