Sha256: 6e087f30a79d3858a28da83432c78ad57e9256d96ad67d3e1a261383079f4dac
Contents?: true
Size: 371 Bytes
Versions: 1
Compression:
Stored size: 371 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Join <%= ENV['GITHUB_ORG_ID'] %></title> <style> body { text-align: center; padding-top: 100px; } </style> </head> <body> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
add-to-org-3.0.3 | lib/add-to-org/views/layout.erb |