Sha256: 875a2a0d61a7da227e538d11643060f50bcfc91d2b02cc24884c3047a114c8e9
Contents?: true
Size: 517 Bytes
Versions: 4
Compression:
Stored size: 517 Bytes
Contents
<!DOCTYPE html> <html> <head> <title> <%= title = ThankWords.title_thanks %> </title> <style><%= defined?(style_content) ? style_content : '' %></style> <script type="text/javascript"><%= defined?(script_content) ? script_content : '' %></script> </head> <body> <h1 class="title"><%= title %></h1> <ul class="gems"> <%= content %> </ul> <div class="generated-by"> <%= defined?(generated_by_content) ? generated_by_content : '' %> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems