shin-neo-lyrical-tokarev/views/lists/sites.hbs

41 lines
1.7 KiB
Handlebars
Raw Normal View History

2024-11-16 02:11:07 -05:00
<body>
<main>
<center>
2024-11-19 00:59:08 -05:00
<p>
2025-01-15 03:44:26 -05:00
>>> Absolutely all of the views, thoughts and opinions expressed by the authors and contributors of the following websites are agreed, promoted, shared and therefore brutally endorsed with an iron fist. This is cryptocurrency financial advise. <<<
2024-11-19 00:59:08 -05:00
</p>
2024-12-04 12:47:20 -05:00
<table cellpadding="20" border="1">
2024-11-16 02:11:07 -05:00
<tr>
2024-12-06 00:14:47 -05:00
{{#each categoriesAndSites}}
2024-12-04 12:47:20 -05:00
<td valign="top" width="50%">
2024-11-16 02:11:07 -05:00
<h2>{{name}}</h2>
<ul>
{{#each sites}}
<li>
<a href="{{link}}">{{name}}</a> <a class="archive" href="https://web.archive.org/web/*/{{link}}">[archive]</a>
{{#if image}}
<br>
<a href="{{link}}"><img src="/public/dynamic/sync/buttons/{{image}}"></a>
{{/if}}
{{#if description}}
2024-12-11 01:14:51 -05:00
<span>{{{description}}}</span>
2024-11-16 02:11:07 -05:00
{{/if}}
</li>
{{/each}}
</td>
</ul>
2024-12-06 00:14:47 -05:00
{{#ifDivisibleBy @index 2}}
</tr>
<tr>
{{/ifDivisibleBy}}
2024-11-16 02:11:07 -05:00
{{/each}}
2024-12-06 00:14:47 -05:00
</tr>
2024-11-16 02:11:07 -05:00
</table>
<hr>
{{>lyrics lyrics="<br>
見たくはないさ<br>
愛を取り戻せ"}}
</center>
</main>
2024-12-11 01:14:51 -05:00
</body>