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();
|
||||
addAnchorLinks();
|
||||
|
||||
/* var ads = [
|
||||
{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."}
|
||||
];
|
||||
var ads = [{website: "https://bitcointalk.org/index.php?topic=1382493", text: "Advertise your website here!"}];
|
||||
showAds(ads);
|
||||
|
||||
*/
|
||||
|
||||
</script>
|
||||
|
||||
{% comment %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue