Adding a cache manifest
This commit is contained in:
@@ -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
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en" manifest="cache.appcache">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>2048</title>
|
<title>2048</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user