From 97876466a67a30f00b4dcb5000cd9a4ef953d2a6 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 7 Jan 2014 14:35:57 +0100 Subject: [PATCH] Add manifest file --- index.html | 2 +- manifest | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 manifest diff --git a/index.html b/index.html index 6600541..238e11c 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + MyCo diff --git a/manifest b/manifest new file mode 100644 index 0000000..9d23744 --- /dev/null +++ b/manifest @@ -0,0 +1,17 @@ +CACHE MANIFEST + +favicon.png +inc/myco.js +inc/myco_confirm.js +inc/myco_objects.js +inc/lib/moment.min.js + +https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css +https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css + +https://code.jquery.com/jquery.js +https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js + +# For IE +https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js +https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js