We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f54fa commit ee5a1e6Copy full SHA for ee5a1e6
demo/index.html
@@ -4,6 +4,7 @@
4
<title>Conditional Logic | CoCreateJS</title>
5
<!-- CoCreate Favicon -->
6
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7
+ <link rel="manifest" href="/manifest.json">
8
</head>
9
<body>
10
docs/index.html
@@ -14,6 +14,7 @@
14
<!-- CoCreate CSS -->
15
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
16
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
17
+ <link rel="manifest" href="/manifest.json" />
18
19
20
0 commit comments