Initial commit: Aeroflot Flights Web Angular 12 application

This commit is contained in:
2026-04-03 10:10:52 +03:00
commit 2342f2e66e
1311 changed files with 128350 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<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" />
<style>
.afl-component-header-placeholder {
flex-shrink: 0;
width: 100%;
height: 836px;
}
.afl-component-footer-placeholder {
flex-shrink: 0;
width: 100%;
height: 728px;
}
</style>
</head>
<body>
<div class="afl-component-header-placeholder banner--top" style="height:10px;"></div>
<flights-root></flights-root>
<div class="afl-component-footer-placeholder banner--bottom" style="height:10px;"></div>
</body>
</html>