add details

This commit is contained in:
2026-02-06 01:23:53 +08:00
parent e142d9f592
commit d3860f0781

View File

@@ -1,12 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hi bb</title> <title>Hi bb</title>
<style> <style>
/* Modern Reset */ /* Modern Reset */
body, html { body,
html {
margin: 0; margin: 0;
padding: 0; padding: 0;
height: 100%; height: 100%;
@@ -49,14 +51,15 @@
} }
</style> </style>
</head> </head>
<body>
<body>
<div class="card"> <div class="card">
<h1>Hi bb,</h1> <h1>Hi bb,</h1>
<h2>Will you be my valentine?</h2> <h2>Will you be my valentine?</h2>
<p>When: Saturday, February 7, 2026 <p>When: Saturday, February 7, 2026 7:00PM
<p>Where: Steak To One Maginhawa
<p><button onclick="alert('Yay!')">Yes</button> <p><button onclick="alert('Yay!')">Yes</button>
</div> </div>
</body> </body>
</html> </html>