Sha256: 1b885fb221c5873927f691cde0f5210ea4c0ad8a43dc4cc414decf3da8b177fa
Contents?: true
Size: 573 Bytes
Versions: 33
Compression:
Stored size: 573 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: #1ABC9C; 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;"><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