Persano commited on
Commit
add6b68
·
verified ·
1 Parent(s): b84007e

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -0
index.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="pt-br">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Simulador de Reforma</title>
6
+ </head>
7
+ <body>
8
+ <h1>O aplicativo Flask está rodando!</h1>
9
+ <p>Acesse <a href="/">/</a> para usar o simulador de reforma.</p>
10
+ </body>
11
+ </html>