@kontur.candy/tools 2.118.0 → 2.124.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.
@@ -1,10 +1,9 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <title>Empty project</title>
6
- <script defer src="/forms-helper/index.js"></script><script defer src="/forms-helper/enhancedClient.js"></script></head>
7
- <body>
8
- <div id="root"></div>
9
- </body>
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Forms helper</title>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" href="/forms-helper/favicon.ico"><link href="/forms-helper/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"><link href="/forms-helper/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"></head>
7
+ <body>
8
+ <script defer src="/forms-helper/index.js"></script><script defer src="/forms-helper/enhancedClient.js"></script></body>
10
9
  </html>