You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Nivel de carga alcanzado con {{soc}}%</title>
6
+
<style>
7
+
body {
8
+
font-family: Arial, sans-serif;
9
+
background-color:#f4f4f4;
10
+
margin:0;
11
+
padding:0;
12
+
}
13
+
.container {
14
+
background-color:#ffffff;
15
+
max-width:600px;
16
+
margin:40px auto;
17
+
padding:20px;
18
+
border-radius:8px;
19
+
box-shadow:02px5pxrgba(0,0,0,0.1);
20
+
}
21
+
.header {
22
+
background-color:#002778;
23
+
color: white;
24
+
padding:10px20px;
25
+
border-top-left-radius:8px;
26
+
border-top-right-radius:8px;
27
+
text-align: center;
28
+
font-size:20px;
29
+
}
30
+
.content {
31
+
padding:20px;
32
+
color:#333;
33
+
font-size:16px;
34
+
}
35
+
.highlight {
36
+
font-size:24px;
37
+
font-weight: bold;
38
+
color:#002778;
39
+
}
40
+
.footer {
41
+
margin-top:30px;
42
+
font-size:12px;
43
+
color:#888;
44
+
text-align: center;
45
+
}
46
+
</style>
47
+
</head>
48
+
<body>
49
+
<divclass="container">
50
+
<divclass="header">
51
+
✅ Nivel de carga alcanzado
52
+
</div>
53
+
<divclass="content">
54
+
<p>Hola,</p>
55
+
<p>el nivel de carga deseado del vehículo eléctrico se ha alcanzado correctamente.</p>
56
+
<p>Nivel de carga actual:</p>
57
+
<pclass="highlight">{{soc}}%</p>
58
+
<p>El vehículo ya puede utilizarse según lo previsto.</p>
59
+
</div>
60
+
<divclass="footer">
61
+
Este mensaje se generó automáticamente. Por favor, no responda.<br>
62
+
Las preferencias de notificación se pueden ajustar en cualquier momento desde la configuración de la aplicación.<br>
63
+
Las notificaciones por correo electrónico también pueden desactivarse <ahref="https://api.evnotify.de/notifications/{{akey}}/email/unsubscribe?token={{token}}">aquí</a>.
0 commit comments