-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (38 loc) · 1.84 KB
/
index.html
File metadata and controls
46 lines (38 loc) · 1.84 KB
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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Propuesa de San Valetín (◍•ᴗ•◍)❤</title>
<link rel="stylesheet" href="styles/global.css">
<link rel="icon" href="/assets/korean-heart.svg" type="image/svg+xml">
<meta name="description" content="Web para pedirle a alguien que sea tu san valentín">
<!-- Facebook Open Graph tags -->
<meta property="og:url" content="love-proposal.pages.dev" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Propuesa de San Valetín (◍•ᴗ•◍)❤" />
<meta property="og:description" content="Web para pedirle a alguien que sea tu san valentín" />
<meta property="og:image" content="/assets/og-image.webp" />
<!-- -->
<!-- Twitter/X Open Graph tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="love-proposal.pages.dev" />
<meta name="twitter:title" content="Propuesa de San Valetín (◍•ᴗ•◍)❤" />
<meta name="twitter:description" content="Web para pedirle a alguien que sea tu san valentín" />
<meta name="twitter:image" content="/assets/og-image.webp" />
<!-- -->
</head>
<body>
<main>
<h1 class="title">Te gustaría ser mi san valentín?</h1>
<img
src="https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZG9pdmtiZncyNnpuamplYXc2cHAzZXkxbDJtb29hczdqaXMzMjhjbSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/qJzZ4APiDZQuJDY7vh/giphy.gif"
alt="San valentin image" width="400" height="400" class="video-gif">
<footer class="answer-options">
<button class="yes">Si</button>
<button class="no">No</button>
</footer>
</main>
<script type="module" src="script.js" defer></script>
</body>
</html>