-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.6/semantic.min.css" type="text/css">
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.6/semantic.min.js"></script>
<title>Git-repo-data</title>
</head>
<body>
<div class="ui raised segment">
<div class="ui raised segment">
<div class="ui raised inverted green segment">
<h1>git-repo-data</h1>
</div>
<h2>Github</h2>
<i class="huge git square green icon"></i><a href="./lab-4.1-Github-API/index.html">github-repo-data</a>
<h2>Bitbucket</h2>
<i class="huge bitbucket square blue icon"></i><a href="./lab-4.1-Bitbucket-API/index.html">bitbucket-repo-data</a>
</div>
</div>
</body>
</html>