-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
65 lines (59 loc) · 1.79 KB
/
github.html
File metadata and controls
65 lines (59 loc) · 1.79 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<ul>
<li><a href="">Pull request</a></li>
<li><a href="">Issues</a></li>
<li><a href="">Marketplace</a></li>
<li><a href="">Explore</a></li>
</ul>
<img width="50" height="30" src="img/img.png">
<ul>
<li><a href="">Repositories</a>39</li>
<li><a href="">People</a>15</li>
<li><a href="">Teams</a>7</li>
<li><a href="">Projects</a>0</li>
<li><a href="">Settings</a></li>
</ul>
<table>
<h2>codeup's dev team</h2>
<tr>
<td>
<img src="https://fer-uig.glitch.me?uuid=1" alt="user-icon" />
<p><a href="">Kent Beck</a></p>
<p>KentBeck</p>
</td>
<td>member</td>
<td>1 team</td>
</tr>
<tr>
<td>
<img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" />
<p><a href="">Codeup Instruction Staff</a></p>
<p>CodeupInstructionStaff</p>
</td>
<td>member</td>
<td>1 team</td>
</tr>
<tr>
<td>
<img src="https://fer-uig.glitch.me?uuid=999" alt="user-icon" />
<p><a href="">Martin Fowler</a></p>
<p>MartinFowler</p>
</td>
<td>member</td>
<td>0 teams</td>
</tr>
</table>
<p>2018 Github, Inc <a href="">Terms</a> <a href="">privacy</a> <a href="">Security</a> <a href="">Status</a> <a href="">Help</a></p>
<p> <a href="">Contact Github</a> <a href="">Api</a> <a href="">Training</a> <a href="">Shop</a> <a href="">Blog</a><a
href="">About</a></p>
</body>
</html>