Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio authored May 9, 2024
1 parent d06ce05 commit 2bfd676
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/openvisuspy/dashboards/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,23 @@
{% block title %}NSDF Dashboard{% endblock %}

{% block postamble %}

<!-- if you want to enable Google Analytics
<script async src="https://www.googletagmanager.com/gtag/js?id=xyzxyzxyz"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'xyzxyzxyz');
</script>
-->

<style>
{% include 'styles.css' %}
</style>
{% endblock %}

{% block contents %}
{{ super() }}
{% endblock %}
{% endblock %}

0 comments on commit 2bfd676

Please sign in to comment.