File size: 258 Bytes
add6b68
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <title>Simulador de Reforma</title>
</head>
<body>
    <h1>O aplicativo Flask está rodando!</h1>
    <p>Acesse <a href="/">/</a> para usar o simulador de reforma.</p>
</body>
</html>