-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
95 lines (91 loc) · 2.02 KB
/
github.html
File metadata and controls
95 lines (91 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<style>
h5 {
color: blue;
}
</style>
<body>
<nav>
<img src="http://placeholder.pics/svg/30" alt="Git-hub logo">
<div class="Stuff">
<ul>
<li><a href="#">Pull requests</a></li>
<li><a href="#">Issues</a></li>
<li><a href="#">Marketplace</a></li>
<li><a href="#">Explore</a></li>
</ul>
<br>
</nav>
<header>
<img src="http://placeholder.pics/svg/30">
</header>
</div>
<h3>Codeup</h3>
<ul>
<li><a href="#">Repos</a>39</li>
<li><a href="#">Peoples</a>39</li>
<li><a href="#">teams</a>39</li>
<li><a href="#">Projects</a>39</li>
<li><a href="#">settings</a>39</li>
</ul>
<br>
<h3>Codeup's dev team</h3>
<table>
<tr>
<td><img src="https://fer-uig.glitch.me" alt="user-icon"><a href="#">Kent Black</a></td>
</tr>
<tr>
<td>KentBeck</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X Team Members</td>
</tr>
<tr>
<td><img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon"><a href="#">Code Staff</a></td>
</tr>
<tr>
<td>Codeup Staff</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X Team Members</td>
</tr>
<tr>
<td><img src="https://fer-uig.glitch.me?uuid=999" alt="user-icon"><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>
<p>© 2018 Github. Inc</p>
<div id="container">
<table>
<tr><a href="#">Terms </a></tr>
<tr><a href="#">Privacy </a></tr>
<tr><a href="">Security </a></tr>
<tr><a href="#">Status </a></tr>
<tr><a href="#">Help </a></tr>
<br>
<tr><a href="#">Contact </a></tr>
<tr><a href="#">API git</a></tr>
<tr><a href="#">Training </a></tr>
</table>
</div>
</body>
</html>