-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 857 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Believe me, He is the ONE!</title>
<link rel="stylesheet" href="style2.css">
<link rel="icon" href="https://example.com/favicon.ico">
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.min.js"></script>
</head>
<body>
<div class="wrapper">
<img class="gif" alt="gif" src="Img/tenor.gif">
<h2 class="question">What is your name? I want to know you better ❤️</h2>
<div class="center">
<input type="text" id="fname" name="fname" placeholder="Enter your name...">
<button id="start_button">Start!</button>
</div>
</div>
<script src="script.js"></script>
</body>
</html>