more changes for the mobile version, with an appcache added for offline usage

master
kts@vger 2013-08-04 23:35:05 -07:00
parent 25f3b10676
commit c4b3febd3c
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
CACHE MANIFEST
CACHE:
vif_mobile.html
vif.js
CBDL/CBDL_graphics.js
CBDL/CBDL.js
test.vif

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="vif.manifest">
<html manifest="vif_mobile.appcache">
<head>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />