-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
26 lines (26 loc) · 699 Bytes
/
team.html
File metadata and controls
26 lines (26 loc) · 699 Bytes
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
<!DOCTYPE html>
<html>
<header>
<title>
Software-Team
</title>
<link rel="stylesheet" href="css/web_crawler.css">
</header>
<body>
<ul class="nav">
<li><a href="index.html">Web-Crawler</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html" class="active">Team</a></li>
<li><a href="progress.html">Progress</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="heading">
<p>
</p>
</div>
<div class="footer">
<p>Footer</p>
<br><br><br>
</div>
</body>
</html>