Files
Toy/_includes/elements/attribution.html
2025-02-18 00:04:00 +11:00

14 lines
552 B
HTML

<table class="ui unstackable very basic collapsing table">
<tbody>
<tr>
<td class="smaller text">
<a href="https://github.com/Ratstail91/Toy">The Toy Programming Language - Available On GitHub<img src="{{ site.baseurl }}/assets/blacktocat.png" style="filter: invert(100%); height: 20px;"></a>
</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>