Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Will You Be My Valentine?</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<!-- Cute Cartoon Image Placeholder -->
<img src="https://iconify.design" alt="Cute Bear" class="gif">
<h1>Will you be my valentine? π₯°</h1>
<div class="btn-group">
<button id="yesBtn">Yes</button>
<button id="noBtn">No</button>
</div>
</div>
<script src="script.js"></script>
</body>
</html>
4
2
1KB
1KB
110.0ms
124.0ms
312.0ms