-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.43 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<button id="button"><img
src="https://www.shutterstock.com/image-vector/flat-menu-icon-illustration-website-600w-1605675445.jpg"
width="50px"></button>
<ul id="list"></ul>
<p><b>Welcom To My Personal Webpage</b></p>
<ul id=""></ul>
<img id="logo" src="https://theideabox.ca/wp-content/uploads/2018/12/ElmiraPoultry_1_Logo-1.jpg" width="600px">
<p> Please just copy the name product on the blow box to add iteams to your basket:</p>
<ul id="list1">
<li>book </li>
<li>pen </li>
<li>notebook </li>
<li>stick</li>
<li>pencil</li>
</ul>
<button id="butt">add to basket</button>
<input id="user" />
<ul id="listb"></ul>
<p>your basket:</p>
<ul></ul>
<p>your price:£<span id="total_price"></span>
<p>
<p> What you liked and any issues you faced comment to us:</p>
<p><span id="com"></span></p>
<input id="comment" />
<button id="send">submit comment</button>
</body>
</html>
<script src="main.js"></script>