HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Red Star Seed Supply</title>
<style>
body { font-family: sans-serif; text-align: center; padding: 50px; background: #f9f9f9; color: #333; }
h1 { color: #d32f2f; font-size: 3rem; }
p { font-size: 1.5rem; }
</style>
</head>
<body>
<h1>Red Star Seed Supply</h1>
<p>Our website is coming soon.</p>
</body>
</html>