html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Coming Soon | Buddha Nursing College</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <div class="container">
    <h1>Coming Soon</h1>
    <p>Buddha Nursing College is coming soon to a location near you.</p>
    <p>We are currently under construction, but we will be opening our doors soon to provide high-quality nursing education to students in the community.</p>
    <p>In the meantime, please visit our website for more information about our program and how to apply.</p>
    <a href="https://buddhanursingcollege.edu">Visit our website</a>
  </div>
</body>
</html>