Files
flights_web/ClientApp/src/index.dev.html
T

49 lines
1.4 KiB
HTML

<!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>