mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
9 lines
377 B
HTML
9 lines
377 B
HTML
{% extends '!layout.html' %}
|
|
{% block document %}
|
|
{{ super() }}
|
|
<a href="https://github.com/Cog-Creators/Red-DiscordBot">
|
|
<img style="position: absolute; top: 0; right: 0; border: 0;"
|
|
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png?resize=149%2C149"
|
|
class="attachment-full size-full" alt="Fork me on GitHub">
|
|
</a>
|
|
{% endblock %} |