-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
61 lines (58 loc) · 1.26 KB
/
github.html
File metadata and controls
61 lines (58 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<img src="http://placeholder.pics/svg/30">
<tr>
<th><strong>Pull Request</strong></th>
<th><strong>Issues</strong></th>
<th><strong>Marketplace</strong></th>
<th><strong>Explore</strong></th>
</tr>
<hr>
<img src="http://placeholder.pics/svg/48">
<br>
<br>
<h3>Codeup</h3>
<ul>
<li>Repositories</li>
<li>People</li>
<li>Teams</li>
<li>Projects</li>
<li>Settings</li>
</ul>
<br>
<h4>Codeup's dev team</h4>
<img src="https://fer-uig.glitch.me" alt="user-icon" />
<h5>Kent Beck</h5>
<p>KentBeck
<br>
Member
<br>
X Team members
</p>
<br>
<img src="https://fer-uig.glitch.me" alt="user-icon" />
<h5>Codeup Instruction Staff</h5>
<p>Codeup John Doe
<br>
Codeup Jane Doe
</p>
<img src="https://fer-uig.glitch.me" alt="user-icon" />
<h5>Martin Fowler</h5>
<p>MartinF
<br>
Member
<br>
X team member</p>
<br>
<p>
© 2018 Github Inc.<br>
Terms Privacy Security Status Help<br>
Contact API Training
</p>
</body>
</html>