You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Update Layout.js
This commit is contained in:
@@ -7,6 +7,7 @@ export default function CustomLayout(props) {
|
||||
// Создаем <div> для блока Яндекса в конце body
|
||||
const adDiv = document.createElement('div');
|
||||
adDiv.id = 'yandex_rtb_R-A-12294791-1';
|
||||
adDiv.style.height = '200px';
|
||||
document.body.appendChild(adDiv);
|
||||
|
||||
// Добавляем скрипт для отображения рекламы
|
||||
|
||||
Reference in New Issue
Block a user