0a5ab058a6
- Angular 12 application with PrimeNG components - 5 existing Cypress e2e test suites - SCSS styling with BEM naming convention - i18n support (10 languages) - Leaflet map integration - Complete component hierarchy and routing structure This baseline will be used for Angular → React migration.
18 lines
921 B
HTML
18 lines
921 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<title>Авиакомпания Аэрофлот</title>
|
|
<base href="/">
|
|
<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">
|
|
<script defer src="/static/js/lib-react.b4953be2.js"></script><script defer src="/static/js/lib-router.770f19f7.js"></script><script defer src="/static/js/302.ec6f2b84.js"></script><script defer src="/static/js/index.703983e1.js"></script><link href="/static/css/index.17b5cc8d.css" rel="stylesheet"></head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|