-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvendors.html
37 lines (32 loc) · 1.2 KB
/
vendors.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
<!DOCTYPE html>
<HTML>
<head>
<title>Gingerbread Home</title>
<link rel="shortcut icon" href="gbh.ico">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="js/taggle.min.js"></script>
<script src="js/jquery-ui.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script type="text/javascript">
$(document).ready(function()) {
//var tags = new Taggle('tags');
}};
</script>
</head>
<body>
<div id = "form">
<form method="post">
Store Name: <input type="text" id="id_name" name="name" class="form-control">
Phone Number: <input type="text" id="phone" name="phone" class="form-control">
Address: <input type="text" id="id_address" name="address" class="form-control">
Description: <textarea id="id_desc" name="desc" class="form-control"></textarea>
<!--<div id="tags" class="input textarea clearfix"></div>-->
<button type="submit" class="btn">Update</submit> </button>
</form>
<br>
<a href="FAQ.html">FAQs</a> | <a href="index.html"> Bread Crumbs Home</a>
</div>
</body>
</HTML>