Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
32 lines (30 loc) · 942 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (30 loc) · 942 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
<!DOCTYPE html>
<htmllang="fr">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<linkrel="stylesheet" href="styles.css">
<title>BitRave</title>
</head>
<body>
<navclass="navbar navbar-expand-lg navbar-light bg-light">
<pclass="navbar-brand" href="#" style="font-weight: bold;">BitRave</p>
<spanclass="navbar-toggler-icon"></span>
</button>
<divclass="collapse navbar-collapse" id="navbarNav">
<ulclass="navbar-nav">
<liclass="nav-item">
<aclass="nav-link" href="#">Accueil</a>
</li>
<liclass="nav-item">
<aclass="nav-link" href="canard.html" target="_blank">Canard</a>
</li>
<liclass="nav-item">
<aclass="nav-link" href="https://github.com/orgs/Bit-Rave/repositories" target="_blank">Projet</a>
</li>
</ul>
</div>
</nav>
</div>
</body>
</html>