-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.05 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
<html>
<head>
<title>Şerif ÖZ</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="header">
<a href="index.html"><img src="images/Logo.png" alt=""></a>
<ul>
<li><a href="urunler.html">Ürünler</a></li>
<li><a href="hakkımızda.html">Hakkımızda</a></li>
<li><a href="iletisim.html">İletişim</a></li>
</ul>
<a href="form.html" class="signin">Giriş Yap</a>
</div>
<div class="content">
<h1>Aradığınız her şey burada.</h1>
<p>Teknolojiden ev malzemesine ne ararsanız burada..</p>
<img class="telimg" src="images/telefon.jpg" alt="Telefon">
<img src="images/mobilya.jpg" alt="" class="mobilya">
<img src="images/beyazesya.jpg" alt="" class="beyazesya">
</div>
</div>
<script href="app.js"></script>
</body>
</html>