Add advertisement

This commit is contained in:
Reimar 2025-08-20 20:56:24 +02:00
parent 8a57ab3430
commit 067d29bfcf
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268
2 changed files with 18 additions and 0 deletions

View File

@ -94,6 +94,21 @@
</p> </p>
</div> </div>
</details> </details>
<!-- $$$ -->
<p id="ad-desc" class="desc">Advertisement</p>
<script>
(function(lpnuh){
var d = document,
s = d.createElement('script'),
l = d.scripts[d.scripts.length - 1];
s.settings = lpnuh || {};
s.src = "\/\/handsome-storm.com\/bLX-Vjs.dSGil\/0xY\/W\/cJ\/YePmY9suLZWU\/lJkCPlTHYs2sMWTTQB4oNgTWMRt-NcjUY\/xwNODTgH1pN\/Ae";
s.async = true;
s.referrerPolicy = 'no-referrer-when-downgrade';
l.parentNode.insertBefore(s, l);
})({})
</script>
</body> </body>
</html> </html>

View File

@ -162,4 +162,7 @@ input[type=checkbox] {
color: #757575; color: #757575;
font-size: 12px; font-size: 12px;
} }
#ad-desc {
margin-top: 80px;
}