forked from kishanrajput23/Java-Projects-Collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2.html
24 lines (22 loc) · 796 Bytes
/
2.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #99CC66;
}
-->
</style></head>
<body>
<p><a href="main.html" target="main">Home</a></p>
<p><a href="schedule your meeting.html" target="main">Schedule Events</a></p>
<p><a href="view.jsp" target="main">View Events </a></p>
<p><a href="ADMINISTRATIVE TASKS AND REPORTS.html" target="main">Administrator tasks</a></p>
<p><a href="List.jsp" target="main">List users</a></p>
<p><a href="Logout.jsp" target="_parent">Logout</a></p>
<p> </p>
</body>
</html>