Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Jan 12, 2018
1 parent 63c94dd commit e3112b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>hotlink.js demo</title>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/eligrey/hotlink.js/47de6b05d95fb260baf4995a86314005da2f5357/demo/demo.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/eligrey/hotlink.js/63c94dd5dd7d16d41b2b5ef4c91208ce7d8d3893/demo/demo.css"/>
<style id="img-style" type="text/css">
img {
border: 3px dashed red;
Expand Down Expand Up @@ -59,6 +59,6 @@ img {
<h2>Disclaimer</h2>
<p>This library is only to be used for research purposes and I am not responsible for anything you make with this library.</p>
</section>
<script type="application/ecmascript" async="" src="https://cdn.rawgit.com/eligrey/hotlink.js/9ad7c1faa2c20ff700f4088c3dacb198ff213a82/hotlink.min.js"/>
<script type="application/ecmascript" async="" src="https://cdn.rawgit.com/eligrey/hotlink.js/63c94dd5dd7d16d41b2b5ef4c91208ce7d8d3893/hotlink.min.js"/>
</body>
</html>

0 comments on commit e3112b4

Please sign in to comment.