Commit
·
6151fa1
1
Parent(s):
2d628ee
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
</h1>
|
18 |
|
19 |
<!-- Including library.js and app.js -->
|
20 |
-
|
21 |
<script src="app.js"></script>
|
22 |
</body>
|
23 |
|
|
|
17 |
</h1>
|
18 |
|
19 |
<!-- Including library.js and app.js -->
|
20 |
+
<script src="library.js"></script>
|
21 |
<script src="app.js"></script>
|
22 |
</body>
|
23 |
|