-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgameover.html
39 lines (34 loc) · 1.26 KB
/
gameover.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.jpg">
<meta name="description" content="como elije tu propia aventura pero con Carmen San Diego">
<meta property="og:image" content="img/carmensandiego.png">
<meta property="og:description" content=" 'Elije tu propia aventura' con Carmen San Diego">
<meta property="og:title" content="Juega con Carmen San Diego">
<meta name="robots" content="Carmen San Diego, Juego, Aventura">
</head>
<body>
<header>
<h1> Carmen San Diego</h1>
</header>
<section>
<article class="game-over">
<figure >
<img class="game-over-cartel" src="img/gameover.png" alt="imagen con las palabras game over">
</figure>
</article>
<article class="otra-oportunidad">
<p><a href="index.html">Puedes intentar nuevamente</a></p>
</article>
</section>
<footer>
<p>© 2021 - Diseñado por María Eugenia Costa</p>
</footer>
</body>
</html>
</body>
</html>