-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTres.html
32 lines (29 loc) · 859 Bytes
/
Tres.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Products and Services</title>
<!-- <link rel="stylesheet" href="css/customh.css">-->
<link rel="icon" href="Resources/nk.jpg">
<link rel="stylesheet" href="css/customf.css">
</head>
<body>
<div class="nk">
<h2> NK Incorporated</h2>
</div>
<div class="end">
<ul>
<li><a class="active" href="The First.html">Home</a></li>
<li><a href="Deux.html">Contact</a></li>
<li><a href="Tres.html">Services and Products</a></li>
<li><a href="Quatre.html">About Us</a></li>
<li><a href="#">Cookie Preferences</a></li>
<li><a href="Six.html">FAQ</a></li>
<li><a href="#">Feedback</a></li>
</ul>
</div>
<div class="foot">
<h4>Nigellak Inc. © 2019.</h4>
</div>
</body>
</html>