-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (57 loc) · 3.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="ca">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<!--
Notice the use of %BASE_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%BASE_URL%favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<title>Som Energia - WebForms</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<!-- <div id="root" data-d1="" data-cups="" data-tariff="2.0TD"></div> -->
<input name="csrfmiddlewaretoken" type="hidden" value="12345" />
<script id="contract-data" type="application/json">
%VITE_CONTRACT_JSON_DATA%
</script>
<script id="generation-assignments-data" type="application/json">
%VITE_GENERATION_ASSIGNMENTS_JSON_DATA%
</script>
<script id="generation-investments-data" type="application/json">
%VITE_GENERATION_INVESTMENTS_JSON_DATA%
</script>
<div
id="root"
data-d1='{"case_code": "050006272063", "state": "01", "case_type": "D1", "name": "Alta en autoconsumo", "installed_power": 2.12, "cil": "", "installation_type": "Red interior", "subsection": "Con excedentes y mecanismo de compensaci\u00f3n simplificado", "cau": "ES0031448607454001WZ0FA000", "collective": false, "generator_technology": "[B11] - Instalaciones que \u00fanicamente utilicen la radiaci\u00f3n solar como energ\u00eda primaria mediante la tecnolog\u00eda fotovoltaica.", "ssaa": false, "register_section": "Con excedentes", "case_id": 398891, "to_validate": true, "token": "ae74f2147ad1ec0d524fd387b055a75e38b5ebe5ee4e801eea847a9f46d2cd905dd545fd846ed0ee29d9b0ac153480da2f526f9dda041cab91fe5d5bcfae29a0"}'
data-cups='{"its_endesa": true}'
data-tariff="2.0TD"
data-invoice-payment='{ "code": "INVOICE_ERROR", "description": "Pagament realitzat correctament", "error": "La factura ja està pagada"}'
data-contract='{ "id": "0001", "number": "012345678", "name": "David Energia Verda", "address": "Llevant, 4, 1r 1a (Bescanó) 17162", "cups": "ES2222336320475263NG"}'
data-token="ae74f2147ad1ec0d524fd387b055a75e38b5ebe5ee4e801eea847a9f46d2cd905dd545fd846ed0ee29d9b0ac153480da2f526f9dda041cab91fe5d5bcfae29a0"
data-webforms-api-url="%VITE_WEBFORMS_API_URL%"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>