-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1004 Bytes
/
index.html
File metadata and controls
28 lines (25 loc) · 1004 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Sacramento&display=swap" rel="stylesheet">
<title>My test Page - Girl Power</title>
</head>
<body>
<h1>Girl Power</h1>
<img src="images/GirlPower2.jpg" alt="Girl Power">
<p id="lema">"La belleza debería comenzar en el alma y el corazón, de
otra manera los cosméticos son inútiles".<br> <em> - Chanel - </em></p>
<p>Las mujeres somos poderosas porque:</p>
<ul>
<li>No somos ni sumisas ni devotas</li>
<li>Somos libres, lindas y locas </li>
<li>Porque Nada nos detiene, somos imparables y seguimos adelante</li>
</ul>
<p>Te recomiendo escuchar esta canción haciendo
<a href="https://www.youtube.com/watch?v=i7X6nO0R9jA" target="_blank">clic aquí</a></p>
</body>
<button>Cambiar de usuario</button>
<script src="scripts/main.js"></script>
</html>