-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 959 Bytes
/
index.html
File metadata and controls
30 lines (28 loc) · 959 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
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Anakenmoon</title>
<link href="styles/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<div id="cabezera">
Esta es la cabecera cabecera
</div>
<h1>Anakenmoon Pagina de moda Modesta</h1>
<img src="images/imagen-principal.jpg" alt="My test image">
<p>“La elegancia no consiste en destacar, sino en ser recordado”. Giorgio Armani
</p>
<p>“Estilo es llevar un vestido de noche a un McDonald's y tacones al fútbol. Es personalidad, confianza y seducción”. John Galliano
</p>
<H2>Que nos representa:</H2>
<ul>
<li>Estilo</li>
<li>Elegancia</li>
<li>Modestia</li>
</ul>
<a href="https://www.instagram.com/anakenmoon/">Siguenos en instagram</a>
<script src="scripts/main.js"></script>
</body>
</html>