-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
42 lines (37 loc) · 1.21 KB
/
Copy pathtemplate.html
File metadata and controls
42 lines (37 loc) · 1.21 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
<!DOCTYPE HTML>
<html lang=”en”>
<head>
<title>Anish Patel's Web site</title>
<link href="./Style/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="box"><span class="logo">Anish Patel</span></div>
<div class="nav">
<ul id="navlist">
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</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">Home</a></li>
<li><a href="portfolio.html">Portfolio</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 2021 Anish Patel all right reserved</a></li>
<li> <a href="privacy.html">Privacy</a></li>
<li><a href="terms.html">Terms of Use</a></li></ul></div>
</body>
</html>
</html>