-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcategories.html
More file actions
29 lines (28 loc) · 979 Bytes
/
categories.html
File metadata and controls
29 lines (28 loc) · 979 Bytes
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
<!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">
<link rel="stylesheet" href="css/staff.css" />
<title>Log Product Category</title>
</head>
<body>
<a href="/index.html"><h1>Anjie<span style="color:rgb(126, 48, 106)">Stores</span></h1></a>
<div class="container">
<div>
<form action="#">
<div class="user-details">
<div class="input-box">
<span><b>Category</b></span>
<input type="text" placeholder="Enter your name" id="">
</div>
<div class="order-button">
<a href="/index.html#categories">Add to database</a>
</div>
</div>
</form>
</div>
</div>
</body>
</html>