-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
37 lines (33 loc) · 1.1 KB
/
index.php
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Furnica</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript"></script>
<script src="js/reg.js"></script>
</head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<body>
<header>
<a href="index.php"><img src="img/logo.png" width="197" height="99" alt="logo" /></a>
<nav>
<ul class="nav_links">
<li><a href="index.php">Home</a></li>
<li><a href="product.php">Products</a></li>
<li><a href="cart.php">Cart</a></li>
<li><a href="account.php">Account</a></li>
<li><a href="aboutus.php">About Us</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="title">Lastest Collection</div>
<div class="break"></div>
<img src="img/furn/phillip-goldsberry-fZuleEfeA1Q-unsplash.jpg" style="width: 100%;">
</div>
</body>
</html>