iranti-control-plane 0.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.
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
2
+ <rect x="4" y="4" width="56" height="56" rx="14" fill="#f59e0b"/>
3
+ <line x1="32" y1="32" x2="16" y2="22" stroke="#080808" stroke-width="3" stroke-opacity="0.42"/>
4
+ <line x1="32" y1="32" x2="48" y2="22" stroke="#080808" stroke-width="3" stroke-opacity="0.42"/>
5
+ <line x1="32" y1="32" x2="16" y2="42" stroke="#080808" stroke-width="3" stroke-opacity="0.32"/>
6
+ <line x1="32" y1="32" x2="48" y2="42" stroke="#080808" stroke-width="3" stroke-opacity="0.32"/>
7
+ <circle cx="16" cy="22" r="5.5" fill="#080808" fill-opacity="0.68"/>
8
+ <circle cx="48" cy="22" r="5.5" fill="#080808" fill-opacity="0.68"/>
9
+ <circle cx="16" cy="42" r="5.5" fill="#080808" fill-opacity="0.48"/>
10
+ <circle cx="48" cy="42" r="5.5" fill="#080808" fill-opacity="0.48"/>
11
+ <circle cx="32" cy="32" r="9.5" fill="#080808"/>
12
+ </svg>
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Iranti Control Plane</title>
7
+ <link rel="icon" type="image/svg+xml" href="/control-plane/favicon.svg" />
8
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
9
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
11
+ <script type="module" crossorigin src="/control-plane/assets/index-oM_6VuRn.js"></script>
12
+ <link rel="stylesheet" crossorigin href="/control-plane/assets/index-FDSDCWEl.css">
13
+ </head>
14
+ <body>
15
+ <div id="root"></div>
16
+ </body>
17
+ </html>