-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
56 lines (37 loc) · 1.16 KB
/
home.html
File metadata and controls
56 lines (37 loc) · 1.16 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="public/home.css">
<link rel="shortcut icon" href="#">
<!--- Google font begin -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Style+Script&display=swap" rel="stylesheet">
<!--- Google font end -->
<title>Orinoco photo</title>
</head>
<body>
<nav id="navigation">
<div id="cart-link-container">
<a href="./cart.html">Panier <span id="nb-in-cart"></span>
<a id="link-to-product" href="./home.html">Nos Produits</a>
</div>
</a>
</nav>
<div class="jumbotron">
<img src="./public/images/banniere-photographer.jpg" alt="banniere">
</div>
<h1 id="products">Caméras</h1>
<main class="card-container">
</main>
<footer>
<p>Orinoco</p>
</footer>
</i>
</body>
<script src="app.js"></script>
<script src="nbProductToHtml.js"></script>
</html>