We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f34d1 commit d9654fbCopy full SHA for d9654fb
demo/index.html
@@ -7,6 +7,7 @@
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
9
<title>lazy-loader | CoCreateJS</title>
10
+ <link rel="manifest" href="/manifest.json">
11
</head>
12
13
<body>
docs/index.html
@@ -13,7 +13,8 @@
<!-- CoCreate CSS CDN -->
14
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
15
16
- </head>
+ <link rel="manifest" href="/manifest.json" />
17
+ </head>
18
19
20
<div collection="" document_id="" name="" id="cocreate-lazy-loader">
0 commit comments