Trial selling ads

Experiment with selling ads to generate site revenue.
This commit is contained in:
Cøbra 2016-03-01 14:23:26 +00:00
parent 17fc45acd0
commit 7a27f474eb
No known key found for this signature in database
GPG key ID: 6F85594478CE4C7A

View file

@ -7,14 +7,10 @@ http://opensource.org/licenses/MIT.
fallbackSVG(); fallbackSVG();
addAnchorLinks(); addAnchorLinks();
/* var ads = [ var ads = [{website: "https://bitcointalk.org/index.php?topic=1382493", text: "Advertise your website here!"}];
{website: "https://bitcoin.org", text: "Slot 1 text goes here."},
{website: "https://bitcoin.org", text: "Slot 2 text goes here."},
{website: "https://bitcoin.org", text: "Slot 3 text goes here."}
];
showAds(ads); showAds(ads);
*/
</script> </script>
{% comment %} {% comment %}