-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
64 lines (56 loc) · 1.7 KB
/
github.html
File metadata and controls
64 lines (56 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Git Hub</title>
</head>
<body> <p>
<img src="img/GitHub-Mark-32px.png" alt="git hub cat">
<ul>
<li><a href="http://google.com">Pull Request</a></li>
<li><a href="http://google.com">Issues</a></li>
<li><a href="http://google.com">Marketplace</a></li>
<li><a href="http://google.com">Explore</a></li>
</ul>
<img src="img/square.48x48.svg">
<h2>Code up</h2>
<ul>
<li><a href="http://google.com">Repos</a> 39</li>
<li><a href="http://google.com">People</a> 39</li>
<li><a href="http://google.com">Teams</a> 39</li>
<li><a href="http://google.com">Projects</a> 39</li>
<li><a href="http://google.com">Settings</a> 39</li>
</ul>
<table>
<tr>
<td>Codeup's dev team</td>
</tr>
<tr>
<td><img src="img/square.48x48.svg"><a href="http://google.com">Kent Beck</a><br/>KentBeck<br/>Member<br>X team members
</td>
</tr>
<tr>
<td><img src="img/square.48x48.svg"><a href="http://google.com">Codeup Staff</a><br/>CodeupStaff<br/>Member<br>X team members
</td>
</tr>
<tr>
<td><img src="img/square.48x48.svg"><a href="http://google.com">Martin F</a><br/>MartinF<br/>Member<br>X team members
</td>
</tr>
</table>
</body>
<footer>
<p>© 2018 Github. Inc.
</p>
<tr>
<td><a href="Terms ">Terms</a></td>
<td><a href=" Privacy">Privacy</a></td>
<td><a href=" Security ">Security</a></td>
<td><a href=" Status">Status</a></td>
<td><a href=" Help ">Help</a></td><br/>
<td><a href=" Contact ">Contact</a></td>
<td><a href=" API ">API</a></td>
<td><a href=" Training ">Training</a></td>
</tr>
</footer>
</html>