Marthee commited on
Commit
7ab00b6
·
1 Parent(s): ce36832

Delete templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +0 -12
templates/home.html DELETED
@@ -1,12 +0,0 @@
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>