-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (53 loc) · 1.44 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="client/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="main">
<br><br>
<div class="complete-flash">
<div class="flash">
<a href="#">Closing Issues Across Repositories</a>
</div>
<div class="option-flash">
<span>x hide this broadcast</span>
<a href="">View <strong>61</strong> new broadcast</a>
</div>
</div>
<br>
<div class="content">
<div class="title">
<span>Your Repositories </span><span class="gray">(2)</span>
<a href="#" class="gray-button">New repository</a>
<div class="clearfix"></div>
</div>
<div class="menu">
<input type="text" placeholder="Find a Repository ...">
<div>
<strong>All repositories</strong>
<ul>
<li><a href="">Public</a></li>
<li><a href="">Private</a></li>
<li><a href="">Spurces</a></li>
<li><a href="">Forks</a></li>
</ul>
</div>
<ul class="repos">
<li>
<a href="">usuario/<strong>Repo</strong></a>
</li>
<li>
<a href="">usuario/<strong>Repo</strong></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
</div>
</div>
</body>
</html>