@flarehr/salpac-cars-calculator 1.0.1272 → 1.0.1273

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,17 @@
1
+ <!-- This file is used for dev only. Does not get included in built files. -->
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
7
+ <title>Cars Calculators</title>
8
+ <style>body{margin:0}.wrapper{box-shadow:0 3px 8px rgba(0,0,0,.24);margin:24px auto auto;max-width:1280px}</style>
9
+ <script type="module" crossorigin src="/salpac-cars-calculator.js"></script>
10
+ </head>
11
+ <body>
12
+ <div class="wrapper">
13
+ <cars-calculator backend-url="http://localhost:5173" datadog-disabled="true" show-employer-search="true" is-mobile-optimized="true"></cars-calculator>
14
+ </div>
15
+
16
+ </body>
17
+ </html>