-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
41 lines (38 loc) · 834 Bytes
/
github.html
File metadata and controls
41 lines (38 loc) · 834 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github</title>
</head>
<body>
<header>
<img width="30" height="30" src="img/github_icon.png" alt="Github Logo">
<nav>
<ul>
<li>Pull request</li>
<li>Issues</li>
<li>Marketplace</li>
<li>Explore</li>
</ul>
</nav>
</header>
<br>
<main>
<img width="48" height="48" src="img/codeup-logo-with-Codey.png" alt="CodeUp Logo">
<h3>Codeup</h3>
<ul>
<li>Repos</li>
<li>People</li>
<li>Teams</li>
<li>Projects</li>
<li>Setting</li>
</ul>
<p>Codeup's dev team</p>
<img src="https://fer-uig.glitch.me?uuid=1" alt="user-icon" />
<img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" />
<img src="https://fer-uig.glitch.me?uuid=999" alt="user-icon" />
</main>
<footer>
</footer>
</body>
</html>