mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-05 01:42:29 +01:00
5 lines
139 B
HTML
5 lines
139 B
HTML
|
{% extends "!layout.html" %}
|
||
|
{% block extrahead %}
|
||
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||
|
{% endblock %}
|