move all static assets to public/

This commit is contained in:
Lukas Hass
2022-01-31 16:14:34 +01:00
parent 315e2f6417
commit 590e16ff8a
729 changed files with 0 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=<!-- TRACKING NUMBER -->"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '<!-- TRACKING NUMBER -->');
</script>