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 9eafb08 commit b7df4ecCopy full SHA for b7df4ec
demo/index.html
@@ -1,19 +1,9 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
-
4
<head>
5
- <meta charset="utf-8">
6
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
- <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <title>Conditional Logic | CoCreateJS</title>
+ <!-- CoCreate Favicon -->
9
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
10
11
- <title>CoCreate Conditional Logic | CoCreateJS</title>
12
13
- <style type="text/css">
14
- .hidden{display:none;}
15
- </style>
16
17
</head>
18
<body>
19
0 commit comments