-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPractica.html
29 lines (28 loc) · 859 Bytes
/
Practica.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
<!DOCTYPE html>
<script>
</script>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="rocket.svg" />
<title>Hola</title>
</head>
<body>
<main class="container">
<section>
<p>
Y que tal si <span>el </span>
vie<span>r</span>nes <span>vamos</span>
y nos comemos <span>un helado?</span>
</p>
</section>
<div>
<button type="submit" class="botonSi"><a href="Practicas.html">Si</a></button>
<button class="botonNo"><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">No</a></button>
</div>
</main>
</body>
</html>