Update bt_test.html
Browse files- 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 |
-
<
|
9 |
-
<
|
10 |
-
|
11 |
-
|
12 |
-
|
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>
|