-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
55 lines (46 loc) · 1.43 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
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<style>
.footer p{
position:relative;
top:100px;
left:30%;
color: #e6e600;
}
</style>
<title>Home</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="main">
<ul>
<li class="active"><a href="index.php">Home</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="reg.php">Registration</a></li>
<li><a href="admin_or_user.php"> Sign in</a></li>
</ul>
</div>
<div class="Head">
<h1>CONTINENTAL</h1>
</div>
<div align="center" class="gallery">
<img src="picture/logo.png"><br>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<div align="center">
<br
<u><h1>Hostel For Students</h1>
<br><br>
<h3>It is said that home is sweet. But even then life at home cannot be compared to the life in a hostel.
At home one has to live as other members of the family live. Elders are always there to check the activities of youngsters.
One cannot even frame one's own timetable of studies. One has to keep in mind the convenience of others.
One has to study while others keep on talking and gossiping. Often one room, one kerosene lantern or lamp is used jointly by two or three brothers and sisters.
If some relative or guest comes in, the whole program of studies is upset. In fact, at home there is no atmosphere for serious studies.
There is constant disturbance due to one reason or the other. </h3>
</u>
</div>
</header>
</body>
</html>