<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.banner { text-align: center; padding: 24px 16px; background: #eafaf1; border-radius: 14px; }
</style>
</head>
<body>
<div class='banner'>
<h1>meetcode</h1>
<p>Practice makes you confident.</p>
</div>
</body>
</html>
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.banner { text-align: center; padding: 24px 16px; background: #eafaf1; border-radius: 14px; }
</style>
</head>
<body>
<div class='banner'>
<h1>meetcode</h1>
<p>Practice makes you confident.</p>
</div>
</body>
</html>