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