Sha256: 3b385270f54c05ee51c03246d9cd9f898407a009b3ee44205809f1cac073bf74

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Home Page</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f0f0f0;
    }
    header {
      background-color: #333;
      color: #fff;
      padding: 20px;
      text-align: center;
    }
    h1 {
      margin: 0;
    }
    .container {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    p {
      line-height: 1.6;
    }
    footer {
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 10px 0;
      position: fixed;
      bottom: 0;
      width: 100%;
    }
  </style>
</head>
<body>
  <header>
    <h1>Welcome to Our Website</h1>
  </header>
  <div class="container">
    <h2>About Us</h2>
    <p>This is a simple HTML page to demonstrate a basic home page layout.</p>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sit amet erat non ligula convallis viverra. Integer id nisi vitae sapien malesuada vehicula. Donec pretium, nisi in dapibus consequat, tortor leo sollicitudin risus, ut luctus tortor ligula sed enim.</p>
  </div>
  <footer>
    <p>&copy; 2024 Example Company. All rights reserved.</p>
  </footer>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hussnain_first_gem-0.1.0 app/views/my_gem/users/index.html.erb