-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
73 lines (58 loc) · 2.44 KB
/
products.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
<!DOCTYPE html>
<html lang="tr">
<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">
<title>Mekan Paten</title>
</head>
<body>
<h1>Mekan Paten</h1>
<!-- Navbar-Start -->
<header>
<nav>
<a href="index.html">Ana Sayfa</a>
<a href="products.html">Ürünler</a>
<a href="contact.html">iletisim</a>
<hr>
</nav>
</header>
<!-- Navbar-End -->
<!-- Content-Start -->
<section>
<!-- Articles-Start -->
<article>
<ol>
<img height="400px" src="https://st3.myideasoft.com/idea/ch/21/myassets/products/440/seba-fr1-orange.jpg?revision=1578955852"
alt="Seba Fr1 Orange">
<li>Seba Fr1 Orange</li>
<img height="400px" src="https://st1.myideasoft.com/idea/ch/21/myassets/products/439/seba-fr1-white.jpg?revision=1578955100"
alt="Seba Fr1 White">
<li>Seba Fr1 White</li>
<img height="400px" src="https://cdn.cimri.io/image/1000x1000/seba-fr2-80-urban-siyah-paten_162185235.jpg"
alt="Seba Fr1 Black">
<li>Seba Fr1 Black</li>
<img height="400px" src="https://st3.myideasoft.com/idea/ch/21/myassets/products/441/seba-fr1-blue.jpg?revision=1578955585"
alt="Seba Fr1 Blue">
<li>Seba Fr1 Blue</li>
<img height="400px" src="https://www.patenci.com/image/cache/data/Seba-Fr1-Yellow-Urban-Paten--700x700.jpg"
alt="Seba Fr1 Yellow">
<li>Seba Fr1 Yellow</li>
</ol>
</article>
<!-- Articles-End -->
</section>
<!-- Content-End -->
<!-- Footer-Start -->
<footer>
<nav>
<hr>
<a href="index.html">Ana Sayfa</a>
<a href="products.html">Ürünler</a>
<a href="contact.html">iletisim</a>
<br><br><br>
</nav>
</footer>
<!-- Footer-End -->
</body>
</html>