Marthee commited on
Commit
71b7d47
·
1 Parent(s): 1069354

Upload home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +12 -0
templates/home.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en" dir="ltr">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Flask Tutorial</title>
6
+ </head>
7
+ <body>
8
+ <form action="/forward/" method="post">
9
+ <button name="forwardBtn" type="submit">Forward</button>
10
+ </form>
11
+ </body>
12
+ </html>