Create bt_test.html
Browse files- bt_test.html +14 -0
bt_test.html
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
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>
|