Sha256: 16d9f12efef6539bc5f3ba75ffeb68f43cae25ccd9502be9ead29ab4e5c1c503
Contents?: true
Size: 561 Bytes
Versions: 55
Compression:
Stored size: 561 Bytes
Contents
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> <title>MW Project</title> </head> <body> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
55 entries across 55 versions & 1 rubygems