-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
47 lines (46 loc) · 1.38 KB
/
Copy pathterms.html
File metadata and controls
47 lines (46 loc) · 1.38 KB
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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<title>Terms - Vincent Chan's Web site</title>
<link href="styles/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="box">
<span class="logo"
><img src="images/logo.png" alt="logo" title="Vincent Chan"
/></span>
</div>
<div class="nav">
<ul id="navlist">
<li><a href="index.html">Index</a></li>
<li><a href="portfolio.html">Profolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</div>
<div class="left">Left</div>
<div class="centre">Centre</div>
<div class="right">Right</div>
<div class="lower_nav">
<ul id="navlist">
<li><a href="index.html">Index</a></li>
<li><a href="portfolio.html">Profolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</div>
<div class="legal">
<ul id="navlist">
<li>
<a href="copyright.html"
>Copyright 2024 Vincent Chan all rights reserved</a
>
</li>
<li><a href="privacy.html">Privacy</a></li>
<li><span class="deadnav">Terms of Use</span></li>
</ul>
</div>
</body>
</html>