Skip to content

Commit 3e29145

Browse files
committed
These JS files should be at the bottom.
1 parent 71bdc7b commit 3e29145

File tree

1 file changed

+3
-3
lines changed
  • days/093-096-vuejs/starter_movie_exploder/views

1 file changed

+3
-3
lines changed

days/093-096-vuejs/starter_movie_exploder/views/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<meta charset="UTF-8">
55
<title>Movie Exploder!</title>
66

7-
<script src="../js/vue/vue.js"></script>
8-
<script src="../js/site.js"></script>
9-
107
<link rel="stylesheet" href="../css/bootstrap/css/bootstrap.css">
118
<link rel="stylesheet" href="../css/site.css">
129

@@ -16,5 +13,8 @@
1613
<h1>Movie Exploder</h1>
1714
</div>
1815

16+
<script src="../js/vue/vue.js"></script>
17+
<script src="../js/site.js"></script>
18+
1919
</body>
2020
</html>

0 commit comments

Comments
 (0)