15 lines
524 B
HTML
15 lines
524 B
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<body>
|
|
<section class="container" id="report">
|
|
<section class="main">
|
|
<!-- Report start -->
|
|
<section class="text">{{route.agencyName}}</section>
|
|
<section class="text">{{route.id}}</section>
|
|
<section class="text">{{route.plateNumber}} {{routeTime(route.time)}}</section>
|
|
<section></section>
|
|
<!-- Report end -->
|
|
</section>
|
|
</section>
|
|
</body>
|
|
</html> |