48 lines
1.2 KiB
HTML
48 lines
1.2 KiB
HTML
|
|
<!DOCTYPE >
|
|
<html>
|
|
<head>
|
|
<title>Acceso</title>
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<!-- Animated -->
|
|
<div class="animated fadeIn">
|
|
|
|
<!-- Traffic -->
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<p align="center"><img src="http://server.mxsig.com.mx:9000/images/logocds.jpg" alt="Logo"></a></p>
|
|
|
|
<P align="center">Alerta de sensor</P>
|
|
|
|
<table width="600" border="0" align="center" bgcolor="#00B050" >
|
|
<tbody>
|
|
<tr>
|
|
|
|
</tr>
|
|
<tr>
|
|
|
|
|
|
</tr>
|
|
<tr>
|
|
|
|
<td height="50" >SENSOR:{{ sensor }}<br> TEMPERATURA: {{ temp }}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div><!-- /# column -->
|
|
</div>
|
|
<!-- /Traffic -->
|
|
|
|
</div>
|
|
<!-- .animated -->
|
|
</div>
|
|
</body>
|
|
</html> |