-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 980 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Proyecto Yard Sale para curso de Platzi">
<meta name="keywords" content="Yard Sale, Platzi, curso, HTML, CSS">
<meta name="sidedomain" content="https://github.com/carobte/platzi-yard-sale">
<meta name="organization" content="Platzi">
<meta name="author" content="Carolina Bustamante Escobar">
<meta name="designer" content="Platzi">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="revisit-after" content="15days">
<title>Yard Sale</title>
<!-- Icono -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- Hoja de estilos -->
<link rel="stylesheet" href="./src/css/styles.css">
</head>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>