mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Trial selling ads
Experiment with selling ads to generate site revenue.
This commit is contained in:
parent
17fc45acd0
commit
7a27f474eb
1 changed files with 2 additions and 6 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue