-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
80 lines (59 loc) · 2.04 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="CSS/IndexCSS.css">
<link rel="icon" href="CSS/Image/huella.png" type="image/x-icon">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
<title>CUIDADO DE MASCOTAS</title>
</head>
<body class="body">
<header class="header">
<div class="header__div">
<hr>
<nav class="header__navigation">
<h1 class="header__tittle">CUIDADO ANIMAL</h1>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<ul class="header__navigation options">
<li class="element-1">
<a class="active" href="index.html">Inicio</a>
</li>
<li class="element-2">
<a class="active" href="segundo.html">Alimentacion</a>
</li>
<li class="element-3">
<a class="active" href="tercer.html">Control Animal</a>
</li>
<li class="element-4" >
<a class="active" href="tercer.html">Contacto</a>
</li>
<li class="element-5" >
<a class="active" href="cuart.html">Otras paginas</a>
</li>
</ul>
</nav>
</hr>
</div>
</header>
<main class="main">
<section class="profile">
<h2 class="text"> Hola perro </h2>
</section>
<aside class="numbers">
</aside>
<section class="profi">
<h2 class="text"> Hola perro </h2>
</section>
<aside class="numbe">
</aside>
</main>
<footer class="footer">
</footer>
</body>
</html>