-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProduct.html
18 lines (16 loc) · 881 Bytes
/
Product.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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 href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Fonte del Proyecto Raleway -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS\reset.css">
<link rel="stylesheet" href="CSS\style.css">
<link rel="stylesheet" media="screen and (max-width: 768px),(max-width: 1366px), (max-width: 1440px)" href="CSS\responsivo.css">
<title>Ecommerce Alura</title>
</head>