-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
29 lines (26 loc) · 972 Bytes
/
menu.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Surendra Verma</title>
<link rel="stylesheet" type="text/css" media="screen" href="./Kaushik Kumar Mahato_files/style.css">
<link rel="stylesheet" type="text/css" media="screen" href="./Kaushik Kumar Mahato_files/menu.css">
<style type="text/css"></style></head>
<body>
<div id="linkList">
<div id="linkList2">
<div id="lselect">
<ul>
<li><a href="./home.html" target="content">Home</a></li>
<li><a href="./about.html" target="content">About Me</a></li>
<li><a href="./app.html" target="content">My Apps</a></li>
<li><a href="./personal.html" target="content">Personal</a></li>
<li><a href="./contact.html" target="content">Contact</a></li>
</ul>
</div>
</div>
</div>
<div id="footer">
Copyright © 2021 Suri2501
<br>
</div>
</body></html>