DmitrMakeev commited on
Commit
384961d
·
verified ·
1 Parent(s): 67fbbc8

Update bt_test.html

Browse files
Files changed (1) hide show
  1. bt_test.html +5 -5
bt_test.html CHANGED
@@ -5,10 +5,10 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Document</title>
7
  </head>
8
- <body>
9
- <form action="/" method="post">
10
- <input name="product_name" value="">
11
- <button type="submit" class="btn btn-primary">Добавить</button>
12
- </form>
13
  </body>
14
  </html>
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Document</title>
7
  </head>
8
+ <form method="POST">
9
+ <input type="text" name="product_name" placeholder="Enter product name" required>
10
+ <button type="submit">Submit</button>
11
+ </form>
12
+
13
  </body>
14
  </html>