Skip to content

Commit

Permalink
fix: favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Jan 10, 2014
1 parent ec5bcab commit ede32c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="keywords" content="jquery,plugin,rating,raty,voto,star,staring,classificacao,classificar,votar,plugin">
<meta name="robots" content="ALL">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="//wbotelhos.s3.amazonaws.com/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<link href="demo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<title>jQuery Raty | A Star Rating Plugin - Washington Botelho</title>
<meta content="authenticity_token" name="csrf-param">
<link href="demo/stylesheets/labs.css" media="screen" rel="stylesheet" type="text/css">
Expand All @@ -30,7 +30,7 @@
margin-top:15px;
padding:7px
}</style>
<script src="demo/javascripts/jquery.js"></script><script src="lib/jquery.raty.js"></script><script src="demo/javascripts/labs.js" type="text/javascript"></script><link href="demo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<script src="demo/javascripts/jquery.js"></script><script src="lib/jquery.raty.js"></script><script src="demo/javascripts/labs.js" type="text/javascript"></script>
</head>
<body>
<div class="content">
Expand Down
Binary file added demo/favicon.ico
Binary file not shown.

0 comments on commit ede32c9

Please sign in to comment.