Skip to content

Commit

Permalink
using pagespeed mod
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsee committed Sep 4, 2014
1 parent 4b7446c commit c36ab82
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="services">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="shortcut icon" href="/img/favicon.ico">
<title>scalabrine | services</title>
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/min/?f=/css/theme.css" rel="stylesheet">
<link href="/css/theme.css" rel="stylesheet">
<link href="/css/bootstrap-reset.css" rel="stylesheet">
<!--external css-->
<link href="/min/?f=/assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="/assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<!-- Custom styles -->
<link href="/min/?f=/css/style.css" rel="stylesheet">
<link href="/min/?f=/css/style-responsive.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet">
<link href="/css/style-responsive.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -134,12 +134,12 @@
<!--footer end-->
<!-- js placed at the end of the document so the pages load faster -->
<script src="/min/?f=/js/jquery.js"></script>
<script src="/js/jquery.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/jquery.easing.min.js"></script>
<!--common script for all pages-->
<script src="/min/?f=/js/common-scripts.js"></script>
<script src="/js/common-scripts.js"></script>
<script>
Expand Down

0 comments on commit c36ab82

Please sign in to comment.