22 lines
796 B
HTML
22 lines
796 B
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
|
|
<link rel="manifest" href="/msb-host/manifest.json">
|
|
<link href="/msb-host/loader.css" rel="stylesheet" />
|
|
<title>ГАЗПРОМБАНК | МСБ</title>
|
|
</head>
|
|
<body>
|
|
<%= htmlWebpackPlugin.options.templateParameters.yandexMetrikaNoScript %>
|
|
<div id="root">
|
|
<div class="loader-container">
|
|
<div class="logo-container">
|
|
<img class="icon" src="/msb-host/icon.webp" />
|
|
<img class="msb-logo" src="/msb-host/logo_pic_out.svg" />
|
|
</div>
|
|
<div class="progress-bar"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |