Sha256: 9ae18d40dc7615670f8db9ba6f125fbd24ee94842c686cb812bc5efa0c4afd4a
Contents?: true
Size: 548 Bytes
Versions: 33
Compression:
Stored size: 548 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <table style="width: 100%"> <tr> <td style="text-align: center; background-color: #fe5e00; padding: 10px;"><img src="http://camaleon.tuzitio.com/media/132/logo2.png"></td> </tr> <tr> <td> <%= yield %> </td> </tr> <tr> <td style="text-align: center; background-color: #fe5e00;"><a href="<%= @url_base %>" style="color: #ffffff;">Visit Site</a></td> </tr> </table> </body> </html>
Version data entries
33 entries across 33 versions & 1 rubygems