Add google analytics

This commit is contained in:
Lorenzo Iovino 2024-01-12 03:18:27 +01:00
parent 0419f10ef0
commit ae6cb293f4
9 changed files with 40 additions and 30 deletions

View file

@ -16,17 +16,17 @@
<div class="text-right text-xs text-white p-4 leading-none sm:leading-tight relative">
<div class="">Made with Angular
<a href="https://angular.io/">
<img class="h-6 w-6 mx-1 inline-grid" ngSrc="/assets/angular.svg" height="16" width="16">
<img class="h-6 w-6 mx-1 inline-grid" ngSrc="/assets/angular.svg" height="16" width="16" loading="lazy">
</a>
and TailwindCSS
<a href="https://tailwindcss.com/">
<img class="h-6 w-6 mx-1 inline-grid" ngSrc="/assets/tailwind.svg" height="16" width="16">
<img class="h-6 w-6 mx-1 inline-grid" ngSrc="/assets/tailwind.svg" height="16" width="16" loading="lazy">
</a>
<br/>
<br/>
<a href="https://github.com/lokenxo/loreiov.com">
<a href="https://github.com/thisloke/loreiov.com">
Check the source code <img ngSrc="/assets/github.svg" class="h-6 w-6 mx-1 inline-block" alt="" height="800"
width="800"></a>
width="800" loading="lazy"></a>
</div>
</div>
</div>