Skip to content

Commit

Permalink
update app.js import path
Browse files Browse the repository at this point in the history
  • Loading branch information
unbug committed Feb 12, 2019
1 parent 58008ec commit 3f45725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</script>
<link type="text/css" rel="stylesheet" href="./css/lib.css">
<link type="text/css" rel="stylesheet" href="./css/app.css">
<script src="js/lib.js"></script>
<script src="./js/lib.js"></script>
</head>
<body ontouchstart>
<div class="app"></div>
Expand Down

0 comments on commit 3f45725

Please sign in to comment.