@cocreate/server 1.2.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/index.html CHANGED
@@ -1,346 +1,351 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- <title>CoCreate-server Documentation | CoCreateJS</title>
8
- <link
9
- rel="icon"
10
- type="image/png"
11
- sizes="32x32"
12
- href="https://cocreate.app/images/favicon.ico"
13
- />
14
- <meta
15
- name="description"
16
- content="A convenient chain handler allows user to chain multiple components together. When one server is complete next one will start untill all server completed."
17
- />
18
- <meta
19
- name="keywords"
20
- content="helper classes, utility classes, css framework, css library, inline style classes"
21
- />
22
- <meta name="robots" content="index,follow" />
23
- <meta
24
- property="og:image"
25
- content="https://cdn.cocreate.app/docs/server.png"
26
- />
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <title>CoCreate-server Documentation | CoCreateJS</title>
8
+ <link
9
+ rel="icon"
10
+ type="image/png"
11
+ sizes="32x32"
12
+ href="https://cocreate.app/images/favicon.ico" />
13
+ <meta
14
+ name="description"
15
+ content="A convenient chain handler allows user to chain multiple components together. When one server is complete next one will start untill all server completed." />
16
+ <meta
17
+ name="keywords"
18
+ content="helper classes, utility classes, css framework, css library, inline style classes" />
19
+ <meta name="robots" content="index,follow" />
20
+ <meta
21
+ property="og:image"
22
+ content="https://cdn.cocreate.app/docs/server.png" />
27
23
 
28
- <link
29
- rel="stylesheet"
30
- href="../index.css"
31
- array="files"
32
- object="60888216117c640e7596303f"
33
- key="src"
34
- type="text/css"
35
- save="true"
36
- />
37
- <link rel="manifest" href="/manifest.webmanifest" />
38
- </head>
24
+ <link
25
+ rel="stylesheet"
26
+ href="../index.css"
27
+ array="files"
28
+ object="60888216117c640e7596303f"
29
+ key="src"
30
+ type="text/css"
31
+ save="true" />
32
+ <link rel="manifest" href="/manifest.webmanifest" />
33
+ </head>
39
34
 
40
- <body>
41
- <!-- Navbar -->
42
- <nav
43
- class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
44
- content_id="content"
45
- scroll="sticky-nav,"
46
- scroll-up="5"
47
- scroll-down="5"
48
- path="../"
49
- src="../components/navbar.html"
50
- ></nav>
51
- <sidenav
52
- id="menuL"
53
- class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
54
- resizable
55
- resize-selector="[content_id='content']"
56
- resize-property="margin-left"
57
- resize-value="width"
58
- >
59
- <menu array="files" object="603717b07de7fb350ae9fec8" key="src"></menu>
60
- <div resize="right"></div>
61
- </sidenav>
62
- <main
63
- class="padding-top:15px padding:15px@lg@xl"
64
- content_id="content"
65
- id="cocreate-server"
66
- >
67
- <div
68
- class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px"
69
- >
70
- <div class="display:flex align-items:center">
71
- <h2>CoCreate-server</h2>
72
- </div>
73
- <div
74
- class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white"
75
- >
76
- <div
77
- class="display:flex align-items:center transition:0.3s padding-left:10px"
78
- share-network="true"
79
- share-text="A convenient chain handler allows user to chain multiple components together. When one server is complete next one will start untill all server completed."
80
- share-title="CoCreate server"
81
- share-height="600"
82
- share-width="700"
83
- share-media="https://cdn.cocreate.app/docs/server.png"
84
- hover="display:block!important"
85
- hover-selector=".social-networks"
86
- >
87
- <div class="display:none social-networks">
88
- <a
89
- class="margin-right:15px"
90
- share-network="twitter"
91
- title="Share on twitter"
92
- ><i src="/assets/svg/twitter.svg"></i
93
- ></a>
94
- <a
95
- class="margin-right:15px"
96
- share-network="facebook"
97
- title="Share on Facebook"
98
- ><i src="/assets/svg/facebook.svg"></i
99
- ></a>
100
- <a
101
- class="margin-right:15px"
102
- share-network="instagram"
103
- title="Share on instagram"
104
- ><i src="/assets/svg/instagram.svg"></i
105
- ></a>
106
- </div>
107
- <a
108
- class="margin-right:15px"
109
- share-network="share"
110
- title="Share on share"
111
- ><i src="/assets/svg/share-alt.svg"></i
112
- ></a>
113
- </div>
114
- <a
115
- class="margin-right:15px"
116
- share-network="share"
117
- title="Share on share"
118
- ><i src="/assets/svg/share-alt.svg"></i
119
- ></a>
120
- </div>
121
- <a
122
- href="https://github.com/CoCreate-app/CoCreate-server"
123
- target="_blank"
124
- class=""
125
- ><i src="/assets/svg/github.svg"></i
126
- ></a>
127
- </div>
35
+ <body>
36
+ <!-- Navbar -->
37
+ <nav
38
+ class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
39
+ content_id="content"
40
+ scroll="sticky-nav,"
41
+ scroll-up="5"
42
+ scroll-down="5"
43
+ path="../"
44
+ src="../components/navbar.html"></nav>
45
+ <sidenav
46
+ id="menuL"
47
+ class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
48
+ resizable
49
+ resize-query="[content_id='content']"
50
+ resize-property="margin-left"
51
+ resize-value="width">
52
+ <menu
53
+ array="files"
54
+ object="603717b07de7fb350ae9fec8"
55
+ key="src"></menu>
56
+ <div resize="right"></div>
57
+ </sidenav>
58
+ <main
59
+ class="padding-top:15px padding:15px@lg@xl"
60
+ content_id="content"
61
+ id="cocreate-server">
62
+ <div
63
+ class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px">
64
+ <div class="display:flex align-items:center">
65
+ <h2>CoCreate-server</h2>
66
+ </div>
67
+ <div
68
+ class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
69
+ <div
70
+ class="display:flex align-items:center transition:0.3s padding-left:10px"
71
+ share-network="true"
72
+ share-text="A convenient chain handler allows user to chain multiple components together. When one server is complete next one will start untill all server completed."
73
+ share-title="CoCreate server"
74
+ share-height="600"
75
+ share-width="700"
76
+ share-media="https://cdn.cocreate.app/docs/server.png"
77
+ hover="display:block!important"
78
+ hover-query=".social-networks">
79
+ <div class="display:none social-networks">
80
+ <a
81
+ class="margin-right:15px"
82
+ share-network="twitter"
83
+ title="Share on twitter"
84
+ ><i src="/assets/svg/twitter.svg"></i
85
+ ></a>
86
+ <a
87
+ class="margin-right:15px"
88
+ share-network="facebook"
89
+ title="Share on Facebook"
90
+ ><i src="/assets/svg/facebook.svg"></i
91
+ ></a>
92
+ <a
93
+ class="margin-right:15px"
94
+ share-network="instagram"
95
+ title="Share on instagram"
96
+ ><i src="/assets/svg/instagram.svg"></i
97
+ ></a>
98
+ </div>
99
+ <a
100
+ class="margin-right:15px"
101
+ share-network="share"
102
+ title="Share on share"
103
+ ><i src="/assets/svg/share-alt.svg"></i
104
+ ></a>
105
+ </div>
106
+ <a
107
+ class="margin-right:15px"
108
+ share-network="share"
109
+ title="Share on share"
110
+ ><i src="/assets/svg/share-alt.svg"></i
111
+ ></a>
112
+ </div>
113
+ <a
114
+ href="https://github.com/CoCreate-app/CoCreate-server"
115
+ target="_blank"
116
+ class=""
117
+ ><i src="/assets/svg/github.svg"></i
118
+ ></a>
119
+ </div>
128
120
 
129
- <h1
130
- class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100"
131
- >
132
- A convenient chain handler allows user to chain multiple CoCreate
133
- components together. When one server is complete next one will start.
134
- The sequence goes untill all server completed. Grounded on Vanilla
135
- javascript, easily configured using HTML5 attributes and/or JavaScript
136
- API.
137
- </h1>
138
- <div id="server-section" class="display:flex flex-wrap:wrap">
139
- <div
140
- class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px"
141
- >
142
- <div
143
- id="server-install"
144
- class="border-bottom:1px_solid_lightgrey"
145
- scroll
146
- scroll-intersect="color:dodgerblue"
147
- scroll-selector="#server-install-section"
148
- >
149
- <span
150
- class="display:flex align-items:center width:fit-content"
151
- hover="display:block!important"
152
- hover-selector="[href='#server-install']"
153
- >
154
- <h2 class="padding:5px_0px">Install</h2>
155
- <a class="margin-left:10px display:none" href="#server-install"
156
- ><i src="/assets/svg/link.svg"></i
157
- ></a>
158
- </span>
159
- </div>
121
+ <h1
122
+ class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">
123
+ A convenient chain handler allows user to chain multiple
124
+ CoCreate components together. When one server is complete next
125
+ one will start. The sequence goes untill all server completed.
126
+ Grounded on Vanilla javascript, easily configured using HTML5
127
+ attributes and/or JavaScript API.
128
+ </h1>
129
+ <div id="server-section" class="display:flex flex-wrap:wrap">
130
+ <div
131
+ class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
132
+ <div
133
+ id="server-install"
134
+ class="border-bottom:1px_solid_lightgrey"
135
+ scroll
136
+ scroll-intersect="color:dodgerblue"
137
+ scroll-query="#server-install-section">
138
+ <span
139
+ class="display:flex align-items:center width:fit-content"
140
+ hover="display:block!important"
141
+ hover-query="[href='#server-install']">
142
+ <h2 class="padding:5px_0px">Install</h2>
143
+ <a
144
+ class="margin-left:10px display:none"
145
+ href="#server-install"
146
+ ><i src="/assets/svg/link.svg"></i
147
+ ></a>
148
+ </span>
149
+ </div>
160
150
 
161
- <pre><code class="language-bash">npm i @cocreate/server</code></pre>
162
- <p class="padding:10px_0px line-height:1.5">
163
- Or you can use cdn link:
164
- </p>
165
- <pre><code class="language-html">&lt;script&gt;https://cdn.cocreate.app/server/latest/CoCreate-server.min.js&lt;/script&gt;</code></pre>
151
+ <pre><code class="language-bash">npm i @cocreate/server</code></pre>
152
+ <p class="padding:10px_0px line-height:1.5">
153
+ Or you can use cdn link:
154
+ </p>
155
+ <pre><code class="language-html">&lt;script&gt;https://cdn.cocreate.app/server/latest/CoCreate-server.min.js&lt;/script&gt;</code></pre>
166
156
 
167
- <div
168
- id="server-usage"
169
- class="margin-top:80px border-bottom:1px_solid_lightgrey"
170
- scroll
171
- scroll-intersect="color:dodgerblue"
172
- scroll-selector="#server-usage-section"
173
- >
174
- <span
175
- class="display:flex align-items:center width:fit-content"
176
- hover="display:block!important"
177
- hover-selector="[href='#server-usage']"
178
- >
179
- <h2 class="padding:5px_0px">Usage</h2>
180
- <a class="margin-left:10px display:none" href="#server-usage"
181
- ><i src="/assets/svg/link.svg"></i
182
- ></a>
183
- </span>
184
- </div>
185
- <div class="">
186
- <p class="padding:10px_0px line-height:1.5">This is server usage</p>
157
+ <div
158
+ id="server-usage"
159
+ class="margin-top:80px border-bottom:1px_solid_lightgrey"
160
+ scroll
161
+ scroll-intersect="color:dodgerblue"
162
+ scroll-query="#server-usage-section">
163
+ <span
164
+ class="display:flex align-items:center width:fit-content"
165
+ hover="display:block!important"
166
+ hover-query="[href='#server-usage']">
167
+ <h2 class="padding:5px_0px">Usage</h2>
168
+ <a
169
+ class="margin-left:10px display:none"
170
+ href="#server-usage"
171
+ ><i src="/assets/svg/link.svg"></i
172
+ ></a>
173
+ </span>
174
+ </div>
175
+ <div class="">
176
+ <p class="padding:10px_0px line-height:1.5">
177
+ This is server usage
178
+ </p>
187
179
 
188
- <div class="flex-grow:1 min-width:300px width:100%">
189
- <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
190
- </div>
191
- <p class="padding:10px_0px line-height:1.5">This is server usage</p>
192
- <p class="padding:10px_0px line-height:1.5">This is server usage</p>
193
- </div>
180
+ <div class="flex-grow:1 min-width:300px width:100%">
181
+ <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
182
+ </div>
183
+ <p class="padding:10px_0px line-height:1.5">
184
+ This is server usage
185
+ </p>
186
+ <p class="padding:10px_0px line-height:1.5">
187
+ This is server usage
188
+ </p>
189
+ </div>
194
190
 
195
- <div
196
- id="server-attributes"
197
- class="margin-top:80px border-bottom:1px_solid_lightgrey"
198
- scroll
199
- scroll-intersect="color:dodgerblue"
200
- scroll-selector="#server-attributes-section"
201
- >
202
- <span
203
- class="display:flex align-items:center width:fit-content"
204
- hover="display:block!important"
205
- hover-selector="[href='#server-attributes']"
206
- >
207
- <h2 class="padding:5px_0px">Attributes</h2>
208
- <a class="margin-left:10px display:none" href="#server-attributes"
209
- ><i src="/assets/svg/link.svg"></i
210
- ></a>
211
- </span>
212
- </div>
191
+ <div
192
+ id="server-attributes"
193
+ class="margin-top:80px border-bottom:1px_solid_lightgrey"
194
+ scroll
195
+ scroll-intersect="color:dodgerblue"
196
+ scroll-query="#server-attributes-section">
197
+ <span
198
+ class="display:flex align-items:center width:fit-content"
199
+ hover="display:block!important"
200
+ hover-query="[href='#server-attributes']">
201
+ <h2 class="padding:5px_0px">Attributes</h2>
202
+ <a
203
+ class="margin-left:10px display:none"
204
+ href="#server-attributes"
205
+ ><i src="/assets/svg/link.svg"></i
206
+ ></a>
207
+ </span>
208
+ </div>
213
209
 
214
- <ul class="list-style-type:none">
215
- <li class="padding:15px_0px border-bottom:1px_solid_lightgrey">
216
- <h4>
217
- <span>server</span>
218
- <span class="cocreate-badge success">string</span>
219
- <span class="cocreate-badge warning">optional</span>
220
- </h4>
221
- <p>server-attribute</p>
222
- </li>
223
- <li class="padding:15px_0px border-bottom:1px_solid_lightgrey">
224
- <h4>
225
- <span>server</span>
226
- <span class="cocreate-badge success">string</span>
227
- <span class="cocreate-badge warning">optional</span>
228
- </h4>
229
- <p>server-attribute</p>
230
- </li>
231
- </ul>
232
- </div>
210
+ <ul class="list-style-type:none">
211
+ <li
212
+ class="padding:15px_0px border-bottom:1px_solid_lightgrey">
213
+ <h4>
214
+ <span>server</span>
215
+ <span class="cocreate-badge success"
216
+ >string</span
217
+ >
218
+ <span class="cocreate-badge warning"
219
+ >optional</span
220
+ >
221
+ </h4>
222
+ <p>server-attribute</p>
223
+ </li>
224
+ <li
225
+ class="padding:15px_0px border-bottom:1px_solid_lightgrey">
226
+ <h4>
227
+ <span>server</span>
228
+ <span class="cocreate-badge success"
229
+ >string</span
230
+ >
231
+ <span class="cocreate-badge warning"
232
+ >optional</span
233
+ >
234
+ </h4>
235
+ <p>server-attribute</p>
236
+ </li>
237
+ </ul>
238
+ </div>
233
239
 
234
- <div
235
- class="flex-grow:1 width:300px padding:0px_10px margin-top:60px border-bottom:1px_solid_lightgrey"
236
- >
237
- <!-- SandBox -->
238
- <div
239
- id="server-demo"
240
- class="border-bottom:1px_solid_lightgrey"
241
- scroll
242
- scroll-intersect="color:dodgerblue"
243
- scroll-selector="#server-demo-section"
244
- >
245
- <span
246
- class="display:flex align-items:center width:fit-content"
247
- hover="display:block!important"
248
- hover-selector="[href='#server-demo']"
249
- >
250
- <h2 class="padding:5px_0px">Demo</h2>
251
- <a class="margin-left:10px display:none" href="#server-demo"
252
- ><i src="/assets/svg/link.svg"></i
253
- ></a>
254
- </span>
255
- </div>
240
+ <div
241
+ class="flex-grow:1 width:300px padding:0px_10px margin-top:60px border-bottom:1px_solid_lightgrey">
242
+ <!-- SandBox -->
243
+ <div
244
+ id="server-demo"
245
+ class="border-bottom:1px_solid_lightgrey"
246
+ scroll
247
+ scroll-intersect="color:dodgerblue"
248
+ scroll-query="#server-demo-section">
249
+ <span
250
+ class="display:flex align-items:center width:fit-content"
251
+ hover="display:block!important"
252
+ hover-query="[href='#server-demo']">
253
+ <h2 class="padding:5px_0px">Demo</h2>
254
+ <a
255
+ class="margin-left:10px display:none"
256
+ href="#server-demo"
257
+ ><i src="/assets/svg/link.svg"></i
258
+ ></a>
259
+ </span>
260
+ </div>
256
261
 
257
- <div class="position:sticky top:0 padding:15px_0px height:100vh">
258
- <!-- SandBox -->
259
- <div
260
- class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px"
261
- id="playground"
262
- >
263
- <div
264
- id="demo-code"
265
- resizable
266
- class="position:relative height:50%"
267
- >
268
- <textarea
269
- type="code"
270
- lang="html"
271
- array="demos"
272
- object=""
273
- key="demo"
274
- save="false"
275
- id="demo"
276
- class="height:100% width:100% outline:none border:none resize:none padding:5px"
277
- ></textarea>
278
- <div resize="bottom" class="background:lightgrey"></div>
279
- </div>
262
+ <div
263
+ class="position:sticky top:0 padding:15px_0px height:100vh">
264
+ <!-- SandBox -->
265
+ <div
266
+ class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px"
267
+ id="playground">
268
+ <div
269
+ id="demo-code"
270
+ resizable
271
+ class="position:relative height:50%">
272
+ <textarea
273
+ type="code"
274
+ lang="html"
275
+ array="demos"
276
+ object=""
277
+ key="demo"
278
+ save="false"
279
+ id="demo"
280
+ class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
281
+ <div
282
+ resize="bottom"
283
+ class="background:lightgrey"></div>
284
+ </div>
280
285
 
281
- <div
282
- id="demo-preview"
283
- class="position:relative overflow:auto background-color:white"
284
- >
285
- <div class="demopreview padding:20px"></div>
286
- </div>
286
+ <div
287
+ id="demo-preview"
288
+ class="position:relative overflow:auto background-color:white">
289
+ <div class="demopreview padding:20px"></div>
290
+ </div>
287
291
 
288
- <div
289
- class="font-size:20px position:absolute top:10px right:10px opacity:0.6"
290
- >
291
- <a
292
- class="margin-right:10px"
293
- id="eye"
294
- show="#eye-slash"
295
- hide="#eye, #demo-preview"
296
- toggle="code-height"
297
- toggle-selector="#demo-code"
298
- ><i class="height:18px" src="/assets/svg/eye.svg"></i
299
- ></a>
300
- <a
301
- class="margin-right:10px"
302
- hidden
303
- id="eye-slash"
304
- show="#eye, #demo-preview"
305
- hide="#eye-slash"
306
- toggle="code-height"
307
- toggle-selector="#demo-code"
308
- ><i src="/assets/svg/eye-slash.svg"></i
309
- ></a>
310
- <a
311
- class="margin-right:10px"
312
- id="code"
313
- show="#code-slash"
314
- hide="#code, #demo-code"
315
- ><i src="/assets/svg/code.svg"></i
316
- ></a>
317
- <a
318
- class="margin-right:10px"
319
- hidden
320
- id="code-slash"
321
- show="#code, #demo-code"
322
- hide="#code-slash"
323
- ><i class="height:18px" src="/assets/svg/code.svg"></i
324
- ></a>
325
- <a
326
- class="margin-right:5px"
327
- fullscreen
328
- fullscreen-selector="#playground"
329
- ></a>
330
- </div>
331
- </div>
332
- <!-- End SandBox -->
333
- </div>
334
- </div>
335
- </div>
336
- <button
337
- href="https://github.com/CoCreate-app/CoCreate-server/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..."
338
- target="_blank"
339
- class="display:flex justify-content:center align-items:center position:fixed bottom:15px right:15px height:50px width:50px border-radius:50% box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)"
340
- >
341
- <i src="../assets/svg/pencil-alt.svg"></i>
342
- </button>
343
- </main>
344
- <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
345
- </body>
292
+ <div
293
+ class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
294
+ <a
295
+ class="margin-right:10px"
296
+ id="eye"
297
+ show="#eye-slash"
298
+ hide="#eye, #demo-preview"
299
+ toggle="code-height"
300
+ toggle-query="#demo-code"
301
+ ><i
302
+ class="height:18px"
303
+ src="/assets/svg/eye.svg"></i
304
+ ></a>
305
+ <a
306
+ class="margin-right:10px"
307
+ hidden
308
+ id="eye-slash"
309
+ show="#eye, #demo-preview"
310
+ hide="#eye-slash"
311
+ toggle="code-height"
312
+ toggle-query="#demo-code"
313
+ ><i src="/assets/svg/eye-slash.svg"></i
314
+ ></a>
315
+ <a
316
+ class="margin-right:10px"
317
+ id="code"
318
+ show="#code-slash"
319
+ hide="#code, #demo-code"
320
+ ><i src="/assets/svg/code.svg"></i
321
+ ></a>
322
+ <a
323
+ class="margin-right:10px"
324
+ hidden
325
+ id="code-slash"
326
+ show="#code, #demo-code"
327
+ hide="#code-slash"
328
+ ><i
329
+ class="height:18px"
330
+ src="/assets/svg/code.svg"></i
331
+ ></a>
332
+ <a
333
+ class="margin-right:5px"
334
+ fullscreen
335
+ fullscreen-query="#playground"></a>
336
+ </div>
337
+ </div>
338
+ <!-- End SandBox -->
339
+ </div>
340
+ </div>
341
+ </div>
342
+ <button
343
+ href="https://github.com/CoCreate-app/CoCreate-server/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..."
344
+ target="_blank"
345
+ class="display:flex justify-content:center align-items:center position:fixed bottom:15px right:15px height:50px width:50px border-radius:50% box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
346
+ <i src="../assets/svg/pencil-alt.svg"></i>
347
+ </button>
348
+ </main>
349
+ <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
350
+ </body>
346
351
  </html>