30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
| <!DOCTYPE html>
 | ||
| <html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
 | ||
| <head>
 | ||
|     <meta charset="utf-8">
 | ||
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | ||
|     <title>Информация о трансляциях</title>
 | ||
|     @vite('resources/welcome.js')
 | ||
|     @vite('resources/css/app.css')
 | ||
|     <!-- Yandex.Metrika counter -->
 | ||
|     <script type="text/javascript" >
 | ||
|         (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
 | ||
|             m[i].l=1*new Date();
 | ||
|             for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
 | ||
|             k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
 | ||
|         (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
 | ||
| 
 | ||
|         ym(97497583, "init", {
 | ||
|             clickmap:true,
 | ||
|             trackLinks:true,
 | ||
|             accurateTrackBounce:true
 | ||
|         });
 | ||
|     </script>
 | ||
|     <noscript><div><img src="https://mc.yandex.ru/watch/97497583" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
 | ||
|     <!-- /Yandex.Metrika counter -->
 | ||
| </head>
 | ||
| <body class="antialiased">
 | ||
| <div id="app"></div>
 | ||
| </body>
 | ||
| </html>
 |