Sha256: 92acb5dac59e1c79e1f07cf4b813a298f08fb971eb64eed89fff6edfa832c2a0
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
%{frontmatter}<!DOCTYPE html> <html> <head> <title>%{title}</title> <style> body { font: sans-serif; } main { max-width: 600px; max-width: 72ch; margin: auto; } </style> </head> <body> <main> %{report} </main> </body> </html>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
inq-26.0.0 | lib/inq/templates/report.html |
how_is-25.0.0 | lib/how_is/templates/report.html |