reformape / index.html
Persano's picture
Create index.html
add6b68 verified
raw
history blame contribute delete
258 Bytes
<!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>