Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs251_group32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SILU PANDA
cs251_group32
Commits
8a59ca19
You need to sign in or sign up before continuing.
Commit
8a59ca19
authored
Aug 24, 2016
by
ROSHANLAL MEENA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roshan lal meena
parent
fdc600e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
home.html
home.html
+81
-0
No files found.
home.html
0 → 100644
View file @
8a59ca19
<!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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment