mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
feat: add media.net verification code
This commit is contained in:
parent
a573a7411e
commit
d07e79a12d
1 changed files with 18 additions and 1 deletions
|
|
@ -16,6 +16,14 @@
|
||||||
<title>LeagueStats</title>
|
<title>LeagueStats</title>
|
||||||
<meta name="description"
|
<meta name="description"
|
||||||
content="LeagueStats.gg is an Open source website for League of Legends Summoners statistics.">
|
content="LeagueStats.gg is an Open source website for League of Legends Summoners statistics.">
|
||||||
|
<script type="text/javascript">
|
||||||
|
window._mNHandle = window._mNHandle || {};
|
||||||
|
window._mNHandle.queue = window._mNHandle.queue || [];
|
||||||
|
medianet_versionId = "3121199";
|
||||||
|
</script>
|
||||||
|
<script src="https://contextual.media.net/dmedianet.js?cid=8CUVFOS3X" async="async"></script>
|
||||||
|
<script data-ad-client="ca-pub-6203985224306784" async
|
||||||
|
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="relative min-w-1200 bg-blue-900">
|
<body class="relative min-w-1200 bg-blue-900">
|
||||||
|
|
@ -25,7 +33,16 @@
|
||||||
</noscript>
|
</noscript>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
<script data-ad-client="ca-pub-6203985224306784" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<div id="226233362" style="position: fixed; top: 65px; right: 150px; opacity: 0;">
|
||||||
|
<script type="text/javascript">
|
||||||
|
try {
|
||||||
|
window._mNHandle.queue.push(function () {
|
||||||
|
window._mNDetails.loadTag("226233362", "160x600", "226233362");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
catch (error) { }
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in a new issue