<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
body { margin: 0; font-family: system-ui, Arial, sans-serif; }
.page { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
.box { width: 320px; padding: 16px; border: 1px solid #eee; border-radius: 14px; }
</style>
</head>
<body>
<div class='page'>
<div class='box'>
<h1>meetcode</h1>
<p>Log in</p>
</div>
</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>
body { margin: 0; font-family: system-ui, Arial, sans-serif; }
.page { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
.box { width: 320px; padding: 16px; border: 1px solid #eee; border-radius: 14px; }
</style>
</head>
<body>
<div class='page'>
<div class='box'>
<h1>meetcode</h1>
<p>Log in</p>
</div>
</div>
</body>
</html>