We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc124fe commit 0d7b1a2Copy full SHA for 0d7b1a2
Procfile
@@ -0,0 +1 @@
1
+web: gunicorn app:app --log-file -
runtime.txt
+python-3.7.3
templates/index.html
@@ -124,5 +124,14 @@ <h5 class="modal-title" id="aboutModalLabel">About Data Space</h5>
124
<script src="{{ url_for('static', filename='js/dataspace.js') }}"></script>
125
126
<!-- google analytics -->
127
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-8096804-15"></script>
128
+ <script>
129
+ window.dataLayer = window.dataLayer || [];
130
+ function gtag() { dataLayer.push(arguments); }
131
+ gtag('js', new Date());
132
+
133
+ gtag('config', 'UA-8096804-15');
134
+ </script>
135
136
</body>
137
</html>
0 commit comments