Meta Description" name="description" />
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy Birthday! π</title>
<style>
body { font-family: sans-serif; text-align: center; background: #fed6e3; padding: 20px; }
h1 { color: #ff4a75; font-size: 2.5rem; }
.btn { background: #ff4a75; color: white; border: none; padding: 15px 30px; font-size: 1.2rem; border-radius: 25px; margin-top: 20px; }
</style>
</head>
<body>
<h1>Happy Birthday! ππ</h1>
<p>Wishing you a wonderful day!</p>
<img src="https://picsum.photos/250" style="border-radius: 15px; border: 5px solid white; width: 80%; max-width: 300px;">
<br>
<button class="btn" onclick="alert('π Surprise! Happy Birthday! β¨')">Click Me! β¨</button>
</body>
</html>2
2
1KB
1KB
115.0ms
136.0ms
38,939.0ms