Files
Toy/_includes/elements/attribution.html
2025-02-28 20:57:51 +11:00

17 lines
603 B
HTML

<table class="ui unstackable very basic collapsing table">
<tbody>
<tr>
<td class="smaller text">
<div style="margin-top: -1em; padding-left: 5px;">
<img src="assets/blacktocat.png" style="filter: invert(100%); height: 20px; margin: 0 5px -5px -5px;">
<a href="https://github.com/krgamestudios/Toy">Available On GitHub</a>
</div>
</td>
</tr>
<tr>
<td class="smaller text">
GH Pages Theme adapted from <a href="{{ layout.theme_url }}" title="a jekyll theme for publishing code documentation to GitHub pages">Programming Pages</a>.
</td>
</tr>
</tbody>
</table>