-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (32 loc) · 913 Bytes
/
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
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Roadmap SH Réplique</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<div class="logo_div">
<a href="index.html" class="logo">
<img src="images/at_icon.png" alt="website icon" width="40" height="40">
</a>
</div>
<div class="nav_bar_buttons">
<a href="./roadmaps/roadmaps.html" class="nav_button">Roadmaps</a>
<a href="./developper/developpeur.html" class="nav_button">Devenir développeur</a>
</div>
<div class="account_div">
<button id="account_button">
<a href="accounts/register.html">Register</a>
</button>
</div>
</nav>
</header>
<h1>
Bienvenue sur ma réplique de Roadmap SH !
</h1>
</body>
</html>