-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathyes1.html
More file actions
22 lines (20 loc) · 899 Bytes
/
yes1.html
File metadata and controls
22 lines (20 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ask Her Out</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="container">
<div class="tenor-gif-embed" data-postid="18221710922137017934" data-share-method="host" data-aspect-ratio="1" data-width="100%"><a href="https://tenor.com/view/mochi-cat-vans-gif-18221710922137017934">Mochi Cat GIF</a>from <a href="https://tenor.com/search/mochi-gifs">Mochi GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>
<h1>Yarr! Sacchi Btaoo 😍</h1>
<p>Do You Love Me 🥹</p>
<div class="btn">
<a id="yesButton" href="yes2.html">Yes</a>
<a id="noButton" href="yes2.html">Yes, Yes, Yes</a>
</div>
</div>
</body>
</html>