Put revenuehits in container

This commit is contained in:
2020-10-27 08:25:03 +01:00
parent 3734f1bd44
commit bc496c3998
4 changed files with 61 additions and 18 deletions

View File

@@ -0,0 +1,16 @@
{{ define "revenuehits" }}
<html>
<head>
<title>Ad Banner</title>
<style>
html, body {
margin: 0;
background-color: black;
}
</style>
</head>
<body>
<script data-cfasync='false' type='text/javascript' src='//p416901.clksite.com/adServe/banners?tid=416901_817726_0'></script>
</body>
</html>
{{ end }}