-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
45 lines (40 loc) · 1.15 KB
/
github.html
File metadata and controls
45 lines (40 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Team Page</title>
</head>
<body>
<div>
<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>
<h4>Codeup</h4>
<ul>
<li><a href="">Repos</a>39</li>
<li><a href="">People</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>
<p>Codeup's dev team</p>
<img src="https://fer-uig.glitch.me" alt="user-icon" /><a href="">Tye Covington</a>
<p>Tye Covington</p>
<img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" /><a href="">Justin Reich</a>
<p>Justin Reich</p>
<img src="https://fer-uig.glitch.me?uuid=999" alt="user-icon" /><a href="">Steven Plug</a>
<p>Steve Pflug</p>
<a href="">© 2023 GitHub, Inc.</a>
<a href="">Footer navigation</a>
<a href="">Terms</a>
<a href="">Privacy</a>
<a href="">Security</a>
<a href="">Status</a>
<a href="">Docs</a>
<a href="">Contact</a>
</div>
</body>
</html>