-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
55 lines (53 loc) · 2.82 KB
/
github.html
File metadata and controls
55 lines (53 loc) · 2.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Teams</title>
</head>
<body>
<img src="img/GitHub-Mark-32px.png" width="30" height="30" alt="">
<ul>
<li><a href="https://docs.github.com/">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>
<img src="img/codeup-chevron.png" width="48" height="48" alt="">
<h2>Codeup</h2>
<ul>
<li><a href="https://github.com">Repos</a> 39</li>
<li><a href="https://github.com">People</a> 39</li>
<li><a href="https://github.com">Team</a> 39</li>
<li><a href="https://github.com">Projects</a> 39</li>
<li><a href="https://github.com">Settings</a> 39</li>
</ul>
<table>
<tr><th>Codeup's dev team</th></tr>
<tr><td><img src="https://fer-uig.glitch.me?uuid=1" alt="user-icon" /><a href="https://github.com">Kent Block</a></td></tr>
<tr><td>Kent Block</td></tr>
<tr><td>Member</td></tr>
<tr><td>X Team Members</td></tr>
<tr><td><img src="https://fer-uig.glitch.me" alt="user-icon" /><a href="https://github.com">Codeup 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="https://github.com">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>
<a href="https://docs.github.com/en/github/site-policy/github-terms-of-service">Terms</a>
<a href="https://docs.github.com/en/github/site-policy/github-privacy-statement">Privacy</a>
<a href="https://github.com/security">Security</a>
<a href="https://www.githubstatus.com/">Status</a>
<a href="https://docs.github.com/">Docs</a>
<br>
<a href="https://support.github.com/?tags=dotcom-footer">Contact</a>
<a href="https://github.com/pricing">Pricing</a>
<a href="https://docs.github.com/">API</a>
<a href="https://services.github.com/">Training</a>
<a href="https://github.blog/">Blog</a>
<a href="https://github.com/about">About</a>
</body>
</html>