HTML5
html5 manifest
Stand Alon Complex
2012. 3. 15. 09:30
CACHE MANIFEST
#ver 0.1a
#오프라인으로 저장할 자원들#
CACHE:
01_manifest.html
.css/template.css
./img/btn_close.png
./img/btn_open.png
./js/viewCode.js
03_testoffline.html
#요청자원이 없을때 표시할 대체 자원을 지정#
FALLBACK:
03_testonline.html 02_testoffline.html
#반드시 네트워크로 접속해야 하는 자원을 지정#
NETWORK:
04_onlyonline.html
<html manifest="simple.manifest">