-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
71 lines (62 loc) · 2 KB
/
github.html
File metadata and controls
71 lines (62 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GitHub</title>
</head>
<body>
<header>
<nav>
<img src="http://placeholder.pics/svg/15" alt="">
<ul>
<li><a href="https://github.com/pullrequest">Pull Requests</a></li>
<li><a href="https://github.com/issues">Issues</a></li>
<li><a href="https://github.com/marketplace">Marketplace</a></li>
<li><a href="https://github.com/explore">Explore</a></li>
</ul>
</nav>
</header>
<nav>
<img src="http://placeholder.pics/svg/48" alt="">
<ul>
<li><a href="https://github.com/repos">Repos</a>39</li>
<li><a href="https://github.com/people">People</a>39</li>
<li><a href="https://github.com/teams">Teams</a>39</li>
<li><a href="https://github.com/project">Project</a>39</li>
<li><a href="https://github.com/setting">Setting</a>39</li>
</ul>
</nav>
<main>
<table>
<tr>
<th>
Codeup Dev Team
</th>
</tr>
<tr>
<td>
<img src="http://fer-uig.glitch.me" alt="Person 1">
<a href="#">Kent Beck</a>
<br>Member
</td>
</tr>
<tr>
<td>
<img src="http://fer-uig.glitch.me?uuid=34" alt="Person 1">
<a href="#">Codeup Staff</a>
<br>CodeUp Staff
</td>
</tr>
<tr>
<td>
<img src="http://fer-uig.glitch.me?uuid=45" alt="Person 1">
<a href="#">Martin F</a>
<br>X Team Members
</td>
</tr>
</table>
</main>
</body>
<h6>@GitHub Inc.</h6>
<footer><a href="https://github.com/terms">Terms</a> <a href="https://github.com/privacy">Privacy</a> <a href="https://github.com/security">Security</a> <a href="https://github.com/status">Status</a> <a href="https://github.com/help">Help</a> <a href="https://github.com/contact">Contact</a> <a href="https://github.com/api">API</a> <a href="https://github.com/training">Training</a></footer>
</html>