Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Load yui from cdnjs to benefit from http/2.0

yui-s.yahooapis.com doesn't support http/2.0 yet, load resource from the same domain can speed up, also more people uses CDNJS.
  • Loading branch information
PeterDaveHello committed Feb 19, 2016
1 parent 734a592 commit 672c1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<![endif]-->
<meta name="keywords" content="cv, resume, hResume, github, community, free, fun, nice, useful" />
<meta name="description" content="GitHub resumes, generated by the community, for the community." />
<link rel="stylesheet" type="text/css" href="https://yui-s.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/yui/2.7.0/reset-fonts-grids/reset-fonts-grids.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/resume.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
Expand Down

0 comments on commit 672c1c0

Please sign in to comment.