Skip to content

Commit

Permalink
fetch pantarei.js from unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
enricomarino committed Jun 22, 2017
1 parent c752167 commit 5c38fd7
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 @@ -4,6 +4,7 @@
<meta charset="unicode">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Pantarei Todos</title>
<script src="https://unpkg.com/pantarei@2.2.0/dist/pantarei"></script>
<link rel="stylesheet" href="index.css">
</head>
<body>
Expand Down Expand Up @@ -46,7 +47,6 @@ <h1>todos</h1>
<p>Part of <a href="https://todomvc.com">TodoMVC</a></p>
</footer>

<script src="../../dist/pantarei.js"></script>
<script src="index.js"></script>
</body>
</html>

0 comments on commit 5c38fd7

Please sign in to comment.