-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
40 lines (38 loc) · 2.24 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H87QDWEFC6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H87QDWEFC6');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="
https://cdn.jsdelivr.net/npm/confetti-js@0.0.18/dist/index.min.js
"></script>
<title>Will You Go on a Date With Me?</title>
<link rel="icon" href="https://em-content.zobj.net/source/skype/289/red-heart_2764-fe0f.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="main">
<h1>Will You Go on a Date With Me? 👉👈</h1>
<a href="https://github.com/cocomo29/send-this-to-your-crush" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" style="fill:#fff;color:#151513;position:absolute;top:0;border:0;right:0" aria-hidden="true" viewBox="0 0 250 250"><path d="m0 0 115 115h15l12 27 108 108V0Z"></path><path d="M128.3 109c-14.5-9.3-9.3-19.4-9.3-19.4 3-6.9 1.5-11 1.5-11-1.3-6.6 2.9-2.3 2.9-2.3 3.9 4.6 2.1 11 2.1 11-2.6 10.3 5.1 14.6 8.9 15.9" fill="currentColor" style="transform-origin:130px 106px" class="octo-arm"></path><path d="M115 115c-.1.1 3.7 1.5 4.8.4l13.9-13.8c3.2-2.4 6.2-3.2 8.5-3-8.4-10.6-14.7-24.2 1.6-40.6 4.7-4.6 10.2-6.8 15.9-7 .6-1.6 3.5-7.4 11.7-10.9 0 0 4.7 2.4 7.4 16.1 4.3 2.4 8.4 5.6 12.1 9.2 3.6 3.6 6.8 7.8 9.2 12.2 13.7 2.6 16.2 7.3 16.2 7.3-3.6 8.2-9.4 11.1-10.9 11.7-.3 5.8-2.4 11.2-7.1 15.9-16.4 16.4-30 10-40.6 1.6.2 2.8-1 6.8-5 10.8L141 136.5c-1.2 1.2.6 5.4.8 5.3Z" fill="currentColor" class="octo-body"></path></svg></a>
</header>
<main>
<canvas id="confetti-canvas"></canvas>
<div class="gif-container">
<img id="gif" src="pls.gif" alt="Please" />
</div>
<div class="button-container">
<button id="no-button">No</button>
<button id="yes-button">Yes</button>
</div>
</main>
<!-- <canvas id="confetti-canvas" width="800" height="600"></canvas> -->
<script src="./script.js"></script>
</body>
</html>