-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
81 lines (80 loc) · 1.73 KB
/
github.html
File metadata and controls
81 lines (80 loc) · 1.73 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML exercise</title>
</head>
<body>
<img src="Img/placeholder.svg" alt="github">
<ul>
<li><a href="#top">Pull Requests</a></li>
<li><a href="#top">Issues</a></li>
<li><a href="#top">Marketplace</a></li>
<li><a href="#top">Explore</a></li>
</ul>
<img src="Img/placeholder.svg" alt="codeup">
<h4>Codeup</h4>
<ul>
<li><a href="#top">Repos</a> 39</li>
<li><a href="#top">People</a> 39</li>
<li><a href="#top">Teams</a> 39</li>
<li><a href="#top">Projects</a> 39</li>
<li><a href="#top">Settings</a> 39</li>
</ul>
<table>
<tr>
<th>Codeup's Dev Team</th>
</tr>
<tr>
<td><img src="Img/placeholder48.svg" alt="Kent Beck"><a href="#">Kent Beck</a></td>
</tr>
<br>
<tr>
<td>Kent Beck</td>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<tr>
<td>
<img src="Img/placeholder48.svg" alt="CodeUp Staff"><a href="#">CodeUp Staff</a></td>
</tr>
<tr>
<td>CodeUp Staff</td>
</tr>
<tr>
<td>Members</td>
</tr>
<tr>
<td>X team member</td>
</tr>
<tr>
<td><img src="Img/placeholder48.svg" alt="Martin F"><a href="#">Martin F</a></td>
</tr>
<tr>
<td>
Martin F
</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
</table>
© 2018 Github. Inc.
<br>
<a href="#"><u>Terms</u></a>
<a href="#"><u>Privacy</u></a>
<a href="#"><u>Security</u></a>
<a href="#"><u>Status</u></a>
<a href="#"><u>Help</u></a>
<br>
<a href="#"><u>Contact</u></a>
<a href="#"><u>API</u></a>
<a href="#"><u>Training</u></a>
</body>
</html>