-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (38 loc) · 1.34 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>GitHub polo <3</title>
<!-- Latest compiled and minified CSS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<!-- NavBar !-->
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">Paul & Hippo</a>
</div>
<ul class="nav navbar-nav">
<li><a href="index.html">Index</a></li>
<li class="dropdown">
<a class="dropdown-toggle active" data-toggle="dropdown" href="#">BitCoin
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="bitcoin/index.html">TD1</a></li>
<li><a href="bitcoin/explorer/index.html">Explorer</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<div class="row text-center" style="padding-top:40px;">
<a class="btn btn-primary" href="bitcoin/index.html" title="Page Bitcoin">Bitcoin</a>
</br>
</br>
<p>By Paul & Hippo</p>
</div>
</body>
</html>