Created
August 16, 2020 03:54
-
-
Save terurou/174a5fd61f61ea6018028a25996b659c to your computer and use it in GitHub Desktop.
AmaQuickのテンプレート
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="border: 1px solid lightgray; margin-bottom: 1em; padding: 8px; display:flex;"> | |
<div style="margin-right: 8px;"> | |
<a href="${url}"><img src="${img}" alt="${title}"></a> | |
</div> | |
<div style="line-height: 1.6;"> | |
<a style="line-height: 2.2;" href="${url}">${title}</a><br> | |
${author}<br> | |
${formatted_price} (${yyyy}-${mm}-${dd}時点)<br> | |
${avg_rating_img} | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment