-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
40 lines (33 loc) · 1.61 KB
/
product.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Store</title>
<link href="https://fonts.googleapis.com/css?family=Domine" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1><a href="index.html">Store</a></h1>
</header>
<main>
<div>
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img1.jpg" alt="photo1">
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img2.jpg" alt="photo2">
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img3.jpg" alt="photo3">
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img4.jpg" alt="photo4">
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img5.jpg" alt="photo5">
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img6.jpg" alt="photo6">
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img7.jpg" alt="photo7">
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img8.jpg" alt="photo8">
<img src="https://demos.coretabs.net/frontend-basics-workshop/img/img9.jpg" alt="photo9">
</div>
</main>
<footer>
<p>© 2019 All Right Reserved</p>
</footer>
</body>
</html>