686768.ru Ads.txt file


<!DOCTYPE html>

<html lang="ru" dir="ltr" data-critters-container>
<head>
<meta charset="utf-8">
<title></title>
<base href="/ru/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all" />
<meta http-equiv="cache-control" content="no-cache">
<link rel="icon" id="favicon" type="image/png" href="/favicon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="apple-touch-icon" href="/assets/icons/icon-72x72.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/icon-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="/assets/icons/icon-167x167.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/icon-180x180.png">
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" />
</noscript>
<link rel="stylesheet" href="/theme">
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined&amp;display=block" rel="stylesheet">
<link rel="manifest" href="/manifest">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Nunito:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;700&family=Oswald:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap" as="style" onload="this.onload=null; this.rel='stylesheet';">
<meta name="theme-color" content="#393939" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="white" media="(prefers-color-scheme: light)">
<link rel="preload" as="image" href="#" id="banner-img" />

<!-- open graph -->
<meta property="og:title" content="">
<meta property="twitter:title" content="">

<meta property="og:image" content="">
<meta property="twitter:image" content="">
<meta property="vk:image" content="">

<meta property="description" content="">
<meta property="og:description" content="">
<meta property="twitter:description" content="">

<meta property="keywords" content="">

<!-- eslint-disable -->
<style>
.splash-screen {
position: fixed;
top: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
background-color: #ffffff;
z-index: 9999;
}

#splash-img {
max-width: 500px;
}

.spinner {
width: 30px;
height: 30px;
margin-top: 100px;
background: url("./assets/svg/spinner.svg") no-repeat 50% 50%;
background-size: cover;
}
</style>
<!-- eslint-disable -->
<script>
(function (global) {
if (typeof Worker !== 'undefined') {
var menuLoadWorker = new Worker('./assets/workers/fetch.worker.js');
var settingLoadWorker = new Worker('./assets/workers/fetch.worker.js');

global.menuFetchPromise = new Promise(function (resolve) {
menuLoadWorker.onmessage = function ({ data }) {
resolve(data.result)
}
});
menuLoadWorker.postMessage('/api/v1/menu')


global.settingFetchPromise = new Promise(function (resolve) {
settingLoadWorker.onmessage = function ({ data }) {
var imageParent = global.document.getElementById('splash-img');
var image = global.document.createElement('img');

image.src = data.result?.theme?.logoImageUrl || './assets/images/default-logo.png';
image.setAttribute('alt', 'logo');
image.setAttribute('height', '100%');
image.setAttribute('width', '100%');

if (imageParent) {
imageParent.appendChild(image);
}

var firstBannerImg = data.result?.theme?.bannerImageUrls[0];
document.getElementById('banner-img').setAttribute('link', firstBannerImg);

resolve(data)
}
});
settingLoadWorker.postMessage('/api/v1/settings')
}

})(typeof window !== 'undefined' ? window : this);
</script>

<style>
html {
--mat-option-selected-state-label-text-color: #3f51b5;
--mat-option-label-text-color: rgba(0, 0, 0, .87);
--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);
--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);
--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)
}

html {
--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)
}

html {
--mat-option-label-text-font: Roboto, sans-serif;
--mat-option-label-text-line-height: 24px;
--mat-option-label-text-size: 16px;
--mat-option-label-text-tracking: .03125em;
--mat-option-label-text-weight: 400
}

html {
--mat-optgroup-label-text-font: Roboto, sans-serif;
--mat-optgroup-label-text-line-height: 24px;
--mat-optgroup-label-text-size: 16px;
--mat-optgroup-label-text-tracking: .03125em;
--mat-optgroup-label-text-weight: 400
}

html {
--mat-select-panel-background-color: white;
--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);
--mat-select-focused-arrow-color: rgba(63, 81, 181, .87);
--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

html {
--mat-select-trigger-text-font: Roboto, sans-serif;
--mat-select-trigger-text-line-height: 24px;
--mat-select-trigger-text-size: 16px;
--mat-select-trigger-text-tracking: .03125em;
--mat-select-trigger-text-weight: 400
}

html {
--mat-autocomplete-background-color: white
}

html {
--mat-paginator-container-text-color: rgba(0, 0, 0, .87);
--mat-paginator-container-background-color: white;
--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);
--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)
}

html {
--mat-paginator-container-size: 56px
}

html {
--mat-paginator-container-text-font: Roboto, sans-serif;
--mat-paginator-container-text-line-height: 20px;
--mat-paginator-container-text-size: 12px;
--mat-paginator-container-text-tracking: .0333333333em;
--mat-paginator-container-text-weight: 400;
--mat-paginator-select-trigger-text-size: 12px
}

html {
--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
--mdc-checkbox-selected-checkmark-color: #fff;
--mdc-checkbox-selected-focus-icon-color: #ff4081;
--mdc-checkbox-selected-hover-icon-color: #ff4081;
--mdc-checkbox-selected-icon-color: #ff4081;
--mdc-checkbox-selected-pressed-icon-color: #ff4081;
--mdc-checkbox-unselected-focus-icon-color: #212121;
--mdc-checkbox-unselected-hover-icon-color: #212121;
--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
--mdc-checkbox-selected-focus-state-layer-color: #ff4081;
--mdc-checkbox-selected-hover-state-layer-color: #ff4081;
--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
--mdc-checkbox-unselected-focus-state-layer-color: black;
--mdc-checkbox-unselected-hover-state-layer-color: black;
--mdc-checkbox-unselected-pressed-state-layer-color: black
}

html {
--mdc-checkbox-state-layer-size: 40px
}

:root {
--separator-color: var(--white-color);
--navigation-color: var(--secondary-color);
--white-text-color: var(--white-color);
--primary-inner-bg: var(--white-color);
--error-color: #f44336;
--ok-color: #38c93f;
--counter-view-color: var(--secondary-color);
--counter-button-bg: var(--primary);
--counter-button-color: var(--white-color);
--counter-button-bg-disabled: var(--black-a12);
--counter-button-color-disabled: var(--black-a26);
--white-color: #ffffff;
--black-color: #000000;
--palettes-red: #d5462c;
--gray-100: #f5f5f5;
--gray-300: #cec8cf;
--gray-600: #808080;
--gray-800: #616161;
--gray-900: #21201f;
--black-a12: rgba(0, 0, 0, .12);
--black-a25: rgba(0, 0, 0, .25);
--black-a26: rgba(0, 0, 0, .26);
--black-a40: rgba(0, 0, 0, .4);
--black-a54: rgba(0, 0, 0, .54);
--black-a87: rgba(0, 0, 0, .87);
--timing-function: cubic-bezier(0, 0, .58, 1)
}

html {
display: block;
overflow: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
color: var(--secondary-color);
background-color: var(--primary-bg);
font-family: var(--font-family), sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.25;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-text-size-adjust: none;
scroll-behavior: smooth
}

@media (max-width: 767px) {
html {
font-size: 12px
}
}

body {
margin: 0;
padding: 0
}

@media print {
html {
margin: 0;
padding: 0
}

body {
min-width: auto;
margin: 0;
padding: 0
}

@page {
size: auto;
margin: 3mm
}
}

:root {
--mdc-filled-button-container-height: 44px;
--mdc-radio-selected-icon-color: var(--primary);
--mdc-radio-selected-hover-icon-color: var(--primary);
--mdc-radio-state-layer-size: 100%;
--mdc-theme-primary: var(--primary);
--mdc-typography-caption-font-size: 11px;
--mdc-typography-caption-line-height: 1;
--mdc-typography-caption-font-family: var(--font-family)
}
</style>
<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">
<noscript>
<link rel="stylesheet" href="styles.css">
</noscript>
</head>
<body>
<div id="splash-screen" class="splash-screen">
<div id="splash-img"></div>
<div class="spinner"></div>
</div>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<script src="runtime.js" type="module"></script>
<script src="polyfills.js" type="module"></script>
<script src="main.js" type="module"></script>
</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.