Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs251_group05
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
PUJA RANI
cs251_group05
Commits
4fb9509f
Commit
4fb9509f
authored
Aug 23, 2016
by
TALARI REBECCA BLESSY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mounya
parent
28e0c62c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
home.html
home.html
+44
-0
No files found.
home.html
0 → 100644
View file @
4fb9509f
<!DOCTYPE html>
<html>
<head>
<title>
home
</title>
<style>
ul
.nav
{
background-color
:
pink
;
}
li
a
{
color
:
white
;
text-align
:
left
;
}
li
a
:hover
{
background-color
:
red
;
}
</style>
</head>
<body
style=
"background-color:Thistle"
>
<h1>
Crypto
</h1>
<h2>
Group05
</h2>
<ul
class=
"nav"
>
<li><a
href=
"aboutMe.html"
>
About me
</a></li>
<li><a
href=
"interests.html"
>
Interests
</a></li>
<li><a
href=
"timetable.html"
>
Time-table
</a></li>
<li><a
href=
"contact.html"
>
Contact
</a></li>
</ul>
<pre>
<b>
The members of this team are:
</b>
<ul><li>
Talari Rebecca Blessy
<a
href=
#
>
This is Rebecca's page
</a></li>
<li>
Puja Rani
<a
href=
"http://www.cse.iitb.ac.in/~pooja/home.html"
>
Know more about Mounyatha
</a></li>
<li>
Mangalapally Mounyatha
<a
href=
"http://www.cse.iitb.ac.in/~mounya/home.html"
>
Know more about Rebecca
</a></li>
</ul>
</pre>
</body>
</html>
\ No newline at end of file
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