mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-17 05:08:02 +00:00
18 lines
512 B
HTML
18 lines
512 B
HTML
{% extends "!layout.html" %}
|
|
{% block extrahead %}
|
|
<meta name="theme-color" content="#5c5a55">
|
|
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84734363-2"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-84734363-2');
|
|
</script>
|
|
{% endblock %} |