Fix duplicate stylesheet issue
This commit is contained in:
parent
780929ab73
commit
5d4d25e853
|
@ -3,10 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>StrongLoop API Explorer</title>
|
<title>StrongLoop API Explorer</title>
|
||||||
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
|
<link href='css/reset.css' media='screen,print' rel='stylesheet' type='text/css'/>
|
||||||
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
|
<link href='css/screen.css' media='screen,print' rel='stylesheet' type='text/css'/>
|
||||||
<link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/>
|
|
||||||
<link href='css/screen.css' media='print' rel='stylesheet' type='text/css'/>
|
|
||||||
<link href='css/loopbackStyles.css' rel='stylesheet' type='text/css'/>
|
<link href='css/loopbackStyles.css' rel='stylesheet' type='text/css'/>
|
||||||
<script type="text/javascript" src="lib/shred.bundle.js"></script>
|
<script type="text/javascript" src="lib/shred.bundle.js"></script>
|
||||||
<script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script>
|
<script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script>
|
||||||
|
|
Loading…
Reference in New Issue