-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
113 lines (79 loc) · 2.16 KB
/
github.html
File metadata and controls
113 lines (79 loc) · 2.16 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GitHub</title>
<style>
.link{
margin-right: 10px;
}
</style>
</head>
<body>
<p1>
<img src="images/github.png" height="30" width="30"/>
<ul>
<li><a href="" class="link">Pull requests</a></li>
<li><a href="" class="link">Issues</a></li>
<li><a href="" class="link">Market Place</a></li>
<li><a href="" class="link">Explore</a></li>
</ul>
<img src="images/codeup.png" height="48" width="48"/>
<h1>Codeup</h1>
<ul>
<li><a href="" class="link">Repos 39</a></li>
<li><a href="" class="link">People 39</a></li>
<li><a href="" class="link">Teams 39</a></li>
<li><a href="" class="link">Projects 39</a></li>
<li><a href="" class="link">Settings 39</a></li>
</ul>
</p1>
<p1>
<table>
<tr><h3>Codeup's Dev team</h3>
<th><img src="https://fer-uig.glitch.me?uuid=1" alt="user-icon" /><a href="">Kent Beck</a></th>
</tr>
<tr>
<td>Kent Beck</td>
</tr>
<tr>
<td>members</td>
</tr>
<tr>
<td>X members on team</td>
</tr>
<th><img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" /><a href="">Codeup Staff</a></th>
</tr>
<tr>
<td>Codeup Staff</td>
</tr>
<tr>
<td>Members</td>
</tr>
<tr>
<td>X members on team</td>
</tr>
<th><img src="https://fer-uig.glitch.me?uuid=999" alt="user-icon" /><a href="">Martin F.</a></th>
</tr>
<tr>
<td>Martin F.</td>
</tr>
<tr>
<td>Members</td>
</tr>
<tr>
<td>X members on team</td>
</tr>
</table>
<p>©2018 Github.Inc.</p>
<div>
<a href="" class="link"> Terms </a>
<a href="" class="link"> Privacy </a>
<a href="" class="link"> Status Help </a>
<a href="" class="link">Contact</a>
<a href="" class="link"> API</a>
<a href="" class="link"> Training</a>
</div>
</p1>
</body>
</html>