Add manifest file
This commit is contained in:
parent
e93c2445c3
commit
97876466a6
2 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html manifest="manifest">
|
||||||
<head>
|
<head>
|
||||||
<title>MyCo</title>
|
<title>MyCo</title>
|
||||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
||||||
|
|
17
manifest
Normal file
17
manifest
Normal file
|
@ -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
|
Loading…
Reference in a new issue