-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSept.html
39 lines (32 loc) · 856 Bytes
/
Sept.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Feedback</title>
<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="title">
<h2>Your Feedback</h2>
</div>
We
<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>