DmitrMakeev
commited on
Update pages.html
Browse files- pages.html +24 -2
pages.html
CHANGED
@@ -26,8 +26,30 @@
|
|
26 |
<link href="https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel="stylesheet" />
|
27 |
<link href="index.css" rel="stylesheet" />
|
28 |
<script src="https://unpkg.com/grapesjs"></script>
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
<script src="https://unpkg.com/grapesjs-parser-postcss"></script>
|
32 |
<link href="https://unpkg.com/grapesjs-component-code-editor/dist/grapesjs-component-code-editor.min.css" rel="stylesheet" />
|
33 |
<script src="https://unpkg.com/grapesjs-component-code-editor"></script>
|
|
|
26 |
<link href="https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel="stylesheet" />
|
27 |
<link href="index.css" rel="stylesheet" />
|
28 |
<script src="https://unpkg.com/grapesjs"></script>
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
+
<script>
|
35 |
+
for (n=0; n<100; n++) {
|
36 |
+
document.write('<script src="https://unpkg.com/grapesjs-blocks-basic"></script\>');
|
37 |
+
document.write(' <script src="https://unpkg.com/grapesjs-component-countdown"></script\>');
|
38 |
+
// obr.js обрабатывает переменную,
|
39 |
+
// разные значения которой записаны в файлах 0.js ... 99.js
|
40 |
+
}
|
41 |
+
</script>
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
<script src="https://unpkg.com/grapesjs-parser-postcss"></script>
|
54 |
<link href="https://unpkg.com/grapesjs-component-code-editor/dist/grapesjs-component-code-editor.min.css" rel="stylesheet" />
|
55 |
<script src="https://unpkg.com/grapesjs-component-code-editor"></script>
|