-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
127 lines (116 loc) · 3.77 KB
/
about.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<html>
<head>
<title>About - LOVE CHOCOLATE</title>
<meta charset="utf-8">
<link href="css/style.css" rel="stylesheet" type="text/css">
<!--[if IE 6]>
<link href="css/ie6.css" rel="stylesheet" type="text/css">
<![endif]-->
<!--[if IE 7]>
<link href="css/ie7.css" rel="stylesheet" type="text/css">
<![endif]-->
</head>
<body>
<div id="page">
<div id="sidebar"> <a href="index.html"><img id="logo" src="image1/logo.gif" width="220" height="350" alt=""></a>
<h2>FLAVOR OF THE DAY</h2>
<ul>
<li>
<a href="flavors.php"><img src="image1/c1.jpg" width="165" height="165" alt=""></a>
<h3><a href="flavors.php">Gift Chocolate</a></h3>
</li>
</ul>
<h2>POPULAR FLAVORS</h2>
<ul>
<li>
<a href="flavors.php"><img src="image1/c2.jpg" width="165" height="165" alt=""></a>
<h3><a href="flavors.php">Heart Chocolate</a></h3>
</li>
<li>
<a href="flavors.php"><img src="image1/c3.png" width="165" height="165" alt=""></a>
<h3><a href="flavors.php">Nut Chocolate</a></h3>
</li>
<li>
<a href="flavors.php"><img src="image1/c4.jpg" width="165" height="165" alt=""></a>
<h3><a href="flavors.php">Tiny ball Chocolate</a></h3>
</li>
</ul>
</div>
<div id="content">
<!-- start of header -->
<div id="header">
<ul class="navigation">
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="flavors.php">Chocolate</a>
</li>
<li>
<a href="customerform.html">Join us</a>
</li>
<li>
<a href="board.php">Contact Us</a>
</li>
</ul>
<form name="form" method="post" action="connect.php">
<font color=#000000>帳號:<input type="text" name="id" /></font>
<font color=#000000>密碼:<input type="password" name="password" /></font>
<input type="submit" name="button" value="submit" style="margin-left: 160px;"/> </form>
</div>
<!-- end of header -->
<!-- start of class content -->
<div class="content">
<!-- start inner page content box background -->
<div class="header">
<div class="footer">
<div class="body"><a href="#"><img src="image1/cover2.jpg" width="648" height="312" alt=""></a>
<h1>About Us</h1>
<ul>
<li>
<h2>What is chocolate?</h2>
<br>
<p>
Chocolate is a typically sweet, usually brown, food preparation of Theobroma cacao seeds, roasted and ground, often flavored, as with vanilla. It is made in the form of a liquid, paste or in a block or used as a flavoring ingredient in other sweet foods. <br>
</p>
</li>
<li>
<h2>Why we build this shop?</h2>
<br>
<p>
Chocolate is a very amazing food. It can make everyone happy. So we want to bring this happiness to you, and hope you having a wonderful day!<br>
</p>
</li>
<li>
<h2>Please support us! Let us bring wonderful chocolate to you!</h2>
</li>
</ul>
</div>
</div>
</div>
<!-- end inner page content box background -->
</div>
<!-- end of class content -->
<div id="footer">
<ul>
<li>
<a href="index.html">Home</a>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="flavors.php">Chocolate</a>
</li>
<li>
<a href="customerform.html">Join us</a>
</li>
<li>
<a href="board.php">Contact Us</a>
</li>
</ul>
</div>
</div>
<!-- end of ID content-->
</div>
</body>
</html>