-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
62 lines (45 loc) · 1.36 KB
/
github.html
File metadata and controls
62 lines (45 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github.html</title>
</head>
<body>
<h1> CodeUp HTML Assignment</h1>
<img src="http://placeholder.pics/svg/30x30/FF41C3-FFEC34/pic1">
<ul>
<li><a href="Pull Requests"> Pull requests </a></li>
<li><a href="Issues"> Issues </a></li>
<li><a href="Marketplace"> Marketplace </a></li>
<li><a href="Explore"> Explore </a></li>
</ul>
<img src="http://placeholder.pics/svg/48x48/28FF81-0BA745/pic2">
<div><h2>CodeUp</h2></div>
<ul>
<li><a href="Repos"> Repos</a> 39</li>
<li><a href="People"> People </a> 39</li>
<li><a href="Teams"> Teams </a> 39</li>
<li><a href="Projects"> Projects </a> 39</li>
<li><a href="Settings"> Settings </a> 39</li>
</ul>
<p>CodeUp's Dev Team</p>
<img src="https://fer-uig.glitch.me" alt="user-icon"/><a href="Kent Buck"> Kent Buck</a>
<br>
KentHock<br>
Member<br>
X team members<br>
<img src="https://fer-uig.glitch.me" alt="user-icon"/><a href="CodeUp Staff"> CodeUp Staff</a>
<br>
CodeUpStaff<br>
Member<br>
X team members<br>
<img src="https://fer-uig.glitch.me" alt="user-icon"/><a href="Martin F"> Martin F</a>
<br>
MartinF<br>
Member<br>
X team members<br>
© 2018 Github Inc
<br> <a href="Terms Privacy Security Status Help Contact API Training"> Terms Privacy Security Status Help <br> Contact
API Training</a>
</body>
</html>