Spaces:
Sleeping
Sleeping
File size: 823 Bytes
18e700e | 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 | <!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }}</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container mt-5">
<div class="row">
<div class="col-12 text-center">
<h1>Hypercycle Monitor</h1>
<p class="lead">Sistema de monitoramento de fábricas da Hypercycle</p>
<hr>
<div class="alert alert-success">
<h4>Implantação bem-sucedida!</h4>
<p>A aplicação web está funcionando corretamente.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|