-
Notifications
You must be signed in to change notification settings - Fork 3
/
Adminupdate.html
38 lines (32 loc) · 1.32 KB
/
Adminupdate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin</title>
<link rel="stylesheet" href="./ADminupdate.css">
</head>
<body>
<div id="update">
<form action="#" id="AllPro">
<h2>Update Products on Website</h2>
<input type="text" placeholder="Id" id="id_AllPro"><br>
<input type="text" placeholder="Enter The Image Address" id="image_AllPro"><br>
<input type="text" placeholder="Enter The Product Title" id="titl_eAllPro"> <br>
<input type="text" placeholder="Enter The Category " id="category_AllPro"><br>
<input type="text" placeholder="Gender" id="gender"><br>
<input type="number" placeholder="Enetr The Price" id="price_AllPro"><br>
<input type="submit" id="submit">
</form>
<!-- <h2>OR</h2>
<h3>Update Price</h3>
<form action="#" id="price">
<input type="number" placeholder="Id" id="Id_price"><br>
<input type="number" placeholder="Price" id="Price_price"><br>
<input type="submit" id="submit">
</form> -->
</div>
</body>
</html>
<script src="./adminupdate.js"></script>