Created
May 11, 2018 07:13
-
-
Save coin32-gists/c6f396badce12adc602a21e9b4d8e4eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>js-simple</title> | |
| </head> | |
| <body style="background-color: gray"> | |
| <div>Вёрстка сайта</div> | |
| <div>Баннер | |
| <script id="p14447_top"> | |
| (window.rttr1011 = window.rttr1011 || { queue: [] }).queue.push({ | |
| name: 'p14447', | |
| selector: 'p14447_top', | |
| template: '<a href="{%link%}" style="color: green"><img src="{%imgLink%}" /></a>', | |
| settings: { | |
| offers: [ | |
| { | |
| priority: 3, | |
| userAgent: { | |
| exclude: [ | |
| "\\s+(YaBrowser|Yowser)/" | |
| ], | |
| include: [ | |
| "windows", | |
| "mac" | |
| ], | |
| }, | |
| banners: [ | |
| { | |
| link: "https://goo.gl/a7W55U", | |
| imgLink: "http://windows-aktiv.my1.ru/News/Yandex/Yandex_coin.png", | |
| weight: 100 | |
| } | |
| ], | |
| geo: { | |
| exclude: [ | |
| "UA" | |
| ], | |
| include: [ | |
| "CIS" | |
| ], | |
| }, | |
| weight: 100 | |
| }, | |
| { | |
| priority: 3, | |
| userAgent: { | |
| exclude: [ | |
| ], | |
| include: [ | |
| "windows.+(YaBrowser|Yowser)/", | |
| "mac.+(YaBrowser|Yowser)/" | |
| ], | |
| }, | |
| banners: [ | |
| { | |
| link: "https://goo.gl/47NKo8", | |
| imgLink: "http://windows-aktiv.my1.ru/News/Adguard/Adguard_coin.png", | |
| weight: 100 | |
| } | |
| ], | |
| geo: { | |
| exclude: [ | |
| ], | |
| include: [ | |
| "CIS" | |
| ], | |
| }, | |
| weight: 100 | |
| } | |
| ], | |
| blockBannerRotation: true | |
| }, | |
| fallback: function(){ | |
| } | |
| }); | |
| rttr1011.show && rttr1011.show(); | |
| </script> | |
| </div> | |
| <div>Прочая вёрстка сайта</div> | |
| <script src="./rttr1011.min.js" type="text/javascript"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment