Initial commit: Aeroflot Flights Web Angular 12 application
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
window.dataLayerSU = window.dataLayerSU || [];
|
||||
</script>
|
||||
|
||||
<!-- 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(); 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(12084547, "init", {
|
||||
clickmap: true,
|
||||
trackLinks: true,
|
||||
accurateTrackBounce: true,
|
||||
trackHash: true,
|
||||
ecommerce: "dataLayerSU"
|
||||
});
|
||||
</script>
|
||||
<!-- /Yandex.Metrika counter -->
|
||||
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<title>Авиакомпания Аэрофлот</title>
|
||||
<base href="/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
||||
<link rel="shortcut icon" href="./assets/img/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" type="image/png" href="./assets/img/favicon.png" sizes="128x128" />
|
||||
<link rel="apple-touch-icon" href="./assets/img/apple-touch-icon.png" />
|
||||
|
||||
<link href="https://www.aeroflot.ru/frontend/static/css/afl-frontend-loader.bundle.css" rel="stylesheet" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript><div><img src="https://mc.yandex.ru/watch/12084547" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||
|
||||
<div class="wrapper-header p-print-none">
|
||||
<afl-component class="header" data-component="Header"></afl-component>
|
||||
</div>
|
||||
|
||||
<div class="banner--top p-print-none afl-component--banners" style="display:none">
|
||||
<afl-component data-component="BannersOffers">
|
||||
<afl-item data-item="positionId">383</afl-item>
|
||||
</afl-component>
|
||||
</div>
|
||||
|
||||
<flights-root></flights-root>
|
||||
|
||||
<div class="banner--bottom p-print-none">
|
||||
<div class="banner--bottom__content">
|
||||
<afl-component data-component="BannersOffers">
|
||||
<afl-item data-item="positionId">384</afl-item>
|
||||
</afl-component>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<afl-component class="footer p-print-none" data-component="Footer"></afl-component>
|
||||
|
||||
<script async src="https://www.aeroflot.ru/frontend/static/js/afl-frontend-loader.bundle.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user