Files
op-pedal/docs/_includes/pageIcon.html
T
2022-08-18 22:21:57 -04:00

9 lines
346 B
HTML

<div style="max-width: 30%; width: {{page.icon_width}}; background: #FFF; z-index: -1; margin-left: 18px; float: right">
<img src="{{page.page_icon}}" style="width: 100%;background: #FFF; z-index: -1;
float: right" />
<div>
<p style="font-size: 10px; text-align: right;color: #888">Generated by DALL-E</p>
</div>
</div>