Commit 8a59ca19 authored by ROSHANLAL MEENA's avatar ROSHANLAL MEENA

roshan lal meena

parent fdc600e6
<!DOCTYPE html>
<html>
<head>
<title> welcome to our page</title>
<style type="text/css">
.floating-box{
float:left;
margin: 10px 100px;
padding: 2px 3px;
}
</style>
</head>
<body>
<div align="center">
<h1 style="color:blue">Welcome to our Page! </h1>
</div>
<div class="floating-box">
<p >
<ul>
<li>
<a href="silupanda.html">Home</a>
</li>
<li>
<a href="aboutMe.html"> About Me </a>
</li>
<li>
<a href="interests.html"> My Interests </a>
</li>
<li>
<a href="timetable.html">My TimeTable </a>
</li>
<li>
<a href="contact.html"> Contact Me </a>
</li>
</ul>
</p>
</div>
<div class="floating-box">
<p>
<h3>Team Information</h3>
Team Name:SegFault<br>
Team Number:32<br>
Team Members-
<ol>
<li>
<a href="silupanda.html"> Silu Panda</a>
</li>
<li>
<a href="roshanl.html"> Roshan Lal Meena</a>
</li>
<li>
<a href="deepiitb.html"> Deepak Meena</a>
</li>
</ol>
</p>
</div>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment