mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 03:07:20 +02:00
- Added Google AdSense to the task.html page.
This commit is contained in:
parent
e8b7114ce8
commit
90df505982
3 changed files with 632 additions and 573 deletions
|
@ -13,6 +13,7 @@ represents a feature release, and the 3 represents patch.
|
||||||
space and thus work better on small-screen devices
|
space and thus work better on small-screen devices
|
||||||
+ Better formatting of "task tags" output
|
+ Better formatting of "task tags" output
|
||||||
+ http://www.beckingham.net/task.html home page set up
|
+ http://www.beckingham.net/task.html home page set up
|
||||||
|
+ "dateformat" configuration now determines how dates are formatted
|
||||||
|
|
||||||
1.0.2 (?)
|
1.0.2 (?)
|
||||||
|
|
||||||
|
|
12
adsense.html
Normal file
12
adsense.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
google_ad_client = "pub-9709799404235424";
|
||||||
|
/* Task Main */
|
||||||
|
google_ad_slot = "8660617875";
|
||||||
|
google_ad_width = 120;
|
||||||
|
google_ad_height = 600;
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript"
|
||||||
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||||
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue