Skip to content

Commit

Permalink
Trying out an offline app cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Sep 11, 2012
1 parent 811216c commit 2f3863b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
36 changes: 36 additions & 0 deletions index.appcache
@@ -0,0 +1,36 @@
CACHE MANIFEST
# v1
index.html
js/jquery.min.js
clips/just-stop-it.mp3
clips/just-stop-it.ogg
clips/s-t-o-p-new-word-i-t.mp3
clips/s-t-o-p-new-word-i-t.ogg
clips/stop-it-1.mp3
clips/stop-it-1.ogg
clips/stop-it-2.mp3
clips/stop-it-2.ogg
clips/stop-it-3.mp3
clips/stop-it-3.ogg
clips/stop-it-4.mp3
clips/stop-it-4.ogg
clips/stop-it-5.mp3
clips/stop-it-5.ogg
clips/stop-it-6.mp3
clips/stop-it-6.ogg
clips/stop-it-7.mp3
clips/stop-it-7.ogg
clips/stop-it-laughter-1.mp3
clips/stop-it-laughter-1.ogg
clips/stop-it-laughter-2.mp3
clips/stop-it-laughter-2.ogg
clips/stop-it-laughter-3.mp3
clips/stop-it-laughter-3.ogg
clips/stop-it-or-ill-bury-you-alive.mp3
clips/stop-it-or-ill-bury-you-alive.ogg
clips/we-definitely-dont-go-there.mp3
clips/we-definitely-dont-go-there.ogg
clips/we-dont-go-there-1.mp3
clips/we-dont-go-there-1.ogg
clips/we-dont-go-there-either.mp3
clips/we-dont-go-there-either.ogg
4 changes: 2 additions & 2 deletions index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html manifest="index.appcache">
<head>
<title>STOP IT</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Expand Down Expand Up @@ -81,7 +81,7 @@

<a href="https://github.com/lmorchard/STOP-IT"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript">
var clips = [
"just-stop-it",
Expand Down
2 changes: 2 additions & 0 deletions js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 2f3863b

Please sign in to comment.