Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs251_group09
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
HIMANSHU GUPTA
cs251_group09
Commits
c68a07f3
Commit
c68a07f3
authored
Aug 24, 2016
by
KUNAL MITTAL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add lab2
parent
722fcd2a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
lab2/.DS_Store
lab2/.DS_Store
+0
-0
lab2/home.html
lab2/home.html
+24
-0
No files found.
lab2/.DS_Store
0 → 100644
View file @
c68a07f3
File added
lab2/home.html
0 → 100644
View file @
c68a07f3
<!DOCTYPE html>
<html>
<head>
<title>
Homepage
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"pageStyle.css"
>
</head>
<body>
<ul>
<li><a
href=
"home.html"
>
Home
</a></li>
<li><a
href=
"aboutMe.html"
>
About Me
</a></li>
<li><a
href=
"interests.html"
>
Interest
</a></li>
<li><a
href=
"timetable.html"
>
Time Table
</a></li>
<li><a
href=
"contact.html"
>
Contact
</a></li>
</ul>
<br>
<h1
style=
"color:yellow;"
>
Team Debuggers:
</h1>
<p><a
href=
"http://www.cse.iitb.ac.in/~himanshu/home.html"
>
Himanshu Gupta
</a><br><br>
<a
href=
"http://www.cse.iitb.ac.in/~kunal/home.html"
>
Kunal Mittal
</a><br><br>
<a
href=
"http://www.cse.iitb.ac.in/~anschauhan/home.html"
>
Anshul Chauhan
</a><br>
</ul>
</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