-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 985 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
<!-- Hola Nikito! -->
<!DOCTYPE html>
<html>
<head>
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<meta charset="utf-8">
<title>L U C A S</title>
</head>
<body>
<h1>The great world of LUCAS</h1>
<img src="images/lucasbueno.jpg" alt="Lucas Lighty">
<p>Quiero presentarte a LUCAS, el es muy bueno. Tocalo para conocerlo mas</p>
<p> Algunas cosas que sabe hacer:</p>
<ul>
<li>Cocinar pizzas.</li>
<li>Reirse</li>
<li>Dormir en globos.</li>
</ul>
<p>El necesita tu ayuda. Se perdio en las imagenes de Google. <a target="_blank" href="https://www.google.com/search?q=Lucas&sxsrf=ALeKk02x_Yt2gm095jBdwiLQxKTx7jivaw:1627750589032&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjMhZG9443yAhWpH7kGHbFlCQgQ_AUoAnoECAEQBA&biw=958&bih=1002">Buscalo</a> para que no este triste</p>
<button>Cambiar usuario</button>
<script src="scripts/main.js"></script>
</body>
</html>