Adding a cache manifest

This commit is contained in:
Eli White
2014-03-12 22:42:18 +11:00
parent 3dd8f3e527
commit 96ad918a06
2 changed files with 27 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
CACHE MANIFEST
index.html
style/fonts/clear-sans.css
style/fonts/ClearSans-Bold-webfont.eot
style/fonts/ClearSans-Bold-webfont.svg
style/fonts/ClearSans-Bold-webfont.woff
style/fonts/ClearSans-Light-webfont.eot
style/fonts/ClearSans-Light-webfont.svg
style/fonts/ClearSans-Light-webfont.woff
style/fonts/ClearSans-Regular-webfont.eot
style/fonts/ClearSans-Regular-webfont.svg
style/fonts/ClearSans-Regular-webfont.woff
js/animframe_polyfill.js
js/application.js
js/game_manager.js
js/grid.js
js/html_actuator.js
js/keyboard_input_manager.js
js/tile.js
favicon.ico
NETWORK:
*
+1 -1
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en" manifest="cache.appcache">
<head>
<meta charset="utf-8">
<title>2048</title>