-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
75 lines (67 loc) · 1.68 KB
/
github.html
File metadata and controls
75 lines (67 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>github.html</title>
</head>
<body>
<img src="img/git cat.png" alt=" "
width="30"
height="30"
<header>
<a href="#Pull"> Pull request </a>  
<a href="#Issues"> Issues </a>  
<a href="#Marketplace"> Marketplace </a>  
<a href="#Explore"> Explore </a>  
</header>
<br>
<img src="img/CodeupFullColorChevronYT.jpeg"
width="48'
height="48"
<h2>Codeup</h2>
<br>
<table>
<th><a ref="#Repositories"> Repositories </a></th>
<th><a ref="#People"> People </a></th>
<th><a ref="#Team"> Teams </a></th>
<th><a ref="#Projects"> Projects </a></th>
<th><a ref="#Settings"> Settings </a></th>
</table>
<br>
<br>
<table>
<th>
<img src="https://fer-uig.glitch.me" alt="" <br>
<a href="link">Kent Beck</a>
<ul>KentBeck</ul>
<ul>Member</ul>
<ul>X team member</ul>
</th>
</table>
<table>
<th>
<img src="https://fer-uig.glitch.me?uuid=1" alt="" <br>
<a href="codeuplink">Codeup Staff</a>
<ul>CodeupStaff</ul>
<ul>Member</ul>
<ul>X team member</ul>
</th>
</table>
<table>
<th>
<img src="https://fer-uig.glitch.me?uuid=777" alt="" <br>
<a href="#Martinlink">MartinF</a>
<ul>MartinF</ul>
<ul>Member</ul>
<ul>X team member</ul>
</th>
</table>
<footer>
©2018 Github. Inc.<br>
<a href="term">Teams</a> <a href="Privacy"> Privacy</a>
<a href="sec">Security</a> <a href="Stat"> Status</a>
<a href="help">Help</a> <a href="contact"> Contact</a> <br>
<a href="API">API</a> <a href="Trainig"> Training</a>
</footer>
</body>
</html>