added appcache...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-13 14:52:48 +03:00
parent 0e5fcb9cff
commit e7216b8493
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
CACHE MANIFEST
# Last Modified: 2017 Apr 13
CACHE:
simplesnake.html
simplesnake.js

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html manifest="simplesnake.appcache">
<head>
<title>Simple Snake</title>