Sha256: 79114e0f3122634127714ece720103755ed4ccae2323c9e2354f99ca01539f23
Contents?: true
Size: 339 Bytes
Versions: 23
Compression:
Stored size: 339 Bytes
Contents
<!DOCTYPE html> <html> <style> body{ font-family: "Helvetica Neue", sans-serif; } .container{ margin: 0 20px; } a{ color: #0088cc; text-decoration: none; } a:hover{ text-decoration: underline; } </style> <body> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
23 entries across 23 versions & 1 rubygems