mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
15 lines
332 B
HTML
15 lines
332 B
HTML
![]() |
{% extends "!layout.html" %}
|
||
|
|
||
|
{%- block extrahead %}
|
||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110413294-1"></script>
|
||
|
<script>
|
||
|
window.dataLayer = window.dataLayer || [];
|
||
|
function gtag(){dataLayer.push(arguments);}
|
||
|
gtag('js', new Date());
|
||
|
|
||
|
gtag('config', 'UA-110413294-1');
|
||
|
</script>
|
||
|
|
||
|
{% endblock %}
|
||
|
|