Skip to content

Commit

Permalink
Updated appcache
Browse files Browse the repository at this point in the history
  • Loading branch information
philbuchanan committed Jun 13, 2018
1 parent 523afb3 commit 69b6b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion calculator.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# v4.0.0: 2016-09-24
# v4.0.0: 2018-06-13
index.html
js/vue.min.js
js/app.js
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<!--html lang="en-CA" manifest="calculator.appcache"-->
<html lang="en-CA">
<html lang="en-CA" manifest="calculator.appcache">
<head>
<meta charset="utf-8">
<title>Calculator - A calculator web app for iPhone</title>
Expand Down Expand Up @@ -208,7 +207,7 @@
</div>
</div>

<script type="text/javascript" src="js/vue.js"></script>
<script type="text/javascript" src="js/vue.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>

0 comments on commit 69b6b67

Please sign in to comment.