| 1 | 1 |
new file mode 100755 |
| ... | ... |
@@ -0,0 +1,20 @@ |
| 1 |
+<!DOCTYPE html> |
|
| 2 |
+<html lang="en"> |
|
| 3 |
+ <head> |
|
| 4 |
+ <meta charset="utf-8" /> |
|
| 5 |
+ <link rel="stylesheet" href="../tmp/config-page.css"> |
|
| 6 |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
|
| 7 |
+ <script> |
|
| 8 |
+ window.returnTo = '$$RETURN_TO$$'; |
|
| 9 |
+ window.clayConfig = $$CONFIG$$; |
|
| 10 |
+ window.claySettings = $$SETTINGS$$; |
|
| 11 |
+ window.customFn = $$CUSTOM_FN$$; |
|
| 12 |
+ window.clayComponents = $$COMPONENTS$$; |
|
| 13 |
+ window.clayMeta = $$META$$; |
|
| 14 |
+ </script> |
|
| 15 |
+ </head> |
|
| 16 |
+ <body> |
|
| 17 |
+ <form id="main-form" class="inputs"></form> |
|
| 18 |
+ <script src="../tmp/config-page.js"></script> |
|
| 19 |
+ </body> |
|
| 20 |
+</html> |