-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
48 lines (28 loc) · 1.11 KB
/
index.php
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
48
<html>
<head>
<link href="css/stylesIndex.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="header">
<div id="indexlogodiv"><img src="images/headerlogo1.png" id="indexlogo"></div>
<div><hr id="indexHR"></div>
</div><!--end of header-->
<div class="container">
<div id="sidemenu">
<ul>
<li><a href="aboutUs.php">About</a></li>
<li><a href="loginForm.php">Login</a></li>
<li><a href="userRegistrationForm.php">SignUp</a></li>
<li><a href="contactUs.php">Contact</a></li>
</ul>
</div><!--end of topmenu-->
<br><br>
<div><hr id="indexHR"></div>
</div> <!--end of container-->
<div class="footer">
<h3> <span id="footercopyright" >©</span>All rights reserved to Mr_Sid</h3>
</div>
</div><!--end of main-->
</body>
</html>