feat: footer'a 'created by ayris.tech' + panel.ayris.tech analytics script
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
290dee295a
commit
bd75fdf4aa
@@ -4,6 +4,12 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="theme-color" content="#3FA0C7" />
|
<meta name="theme-color" content="#3FA0C7" />
|
||||||
|
<!-- VPS Panel Analytics -->
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://panel.ayris.tech/api/analytics/script"
|
||||||
|
data-domain="mucomutfak.com"
|
||||||
|
></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
@@ -144,6 +144,15 @@
|
|||||||
{{ t("Legal Texts") }}
|
{{ t("Legal Texts") }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a
|
||||||
|
href="https://ayris.tech"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
class="block text-center hover:text-highlight"
|
||||||
|
>
|
||||||
|
created by ayris.tech
|
||||||
|
</a>
|
||||||
|
|
||||||
<span class="block">
|
<span class="block">
|
||||||
2014 - {{ year }} © Müco - {{ t("All rights reserved.") }}
|
2014 - {{ year }} © Müco - {{ t("All rights reserved.") }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user