mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-09 02:16:43 +01:00
33 lines
No EOL
825 B
Text
33 lines
No EOL
825 B
Text
doctype xml
|
|
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
|
|
head
|
|
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
|
|
link rel="stylesheet" href="styles.css"
|
|
title Cover
|
|
body
|
|
table style="width: 100%; height: 100%;"
|
|
tr
|
|
td
|
|
h1= title
|
|
p
|
|
b by #{author.name}
|
|
hr
|
|
p
|
|
| Rating: #{content_rating}
|
|
br
|
|
| Tags: #{tags.pluck(:name).join(', ')}
|
|
br
|
|
| Length: #{num_words}
|
|
hr
|
|
table.desc
|
|
tr style="height: 100%;" valign="top"
|
|
td
|
|
p.double= short_description
|
|
== description_html
|
|
tr.bottom
|
|
td
|
|
hr
|
|
p
|
|
| Published #{date_published}
|
|
br
|
|
| Last updated #{date_updated} |