-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.html
35 lines (33 loc) · 1016 Bytes
/
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
<!DOCTYPE html>
<html>
<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">
<link rel="stylesheet" href="styleproducts.css">
<title>ZukiYaki</title>
</head>
<header>
<a href="./logo.html" class="logo">ZukiYaki</a>
<ul>
<li><a href="./home.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./products.html" class="active">Products</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="./home.html">filler field</a></li>
</ul>
</header>
<section>
<div>
<h2><a href="./products.html">All Products</a></h2>
</div>
<div>
<h2><a href="./gear.html">Gear</a></h2>
</div>
<div>
<h2><a href="./playstation.html">Playstation</a></h2>
</div>
<div>
<h2><a href="./console.html">Console</a></h2>
</div>
</section>