Updated readme and demo

This commit is contained in:
Travis
2014-03-11 14:23:28 -08:00
parent 6415ba5879
commit efb5222403
5 changed files with 35 additions and 10 deletions
+6 -2
View File
@@ -40,12 +40,16 @@
background-color: #428bca;
border-color: #357ebd;
font-family: sans-serif;
width: 120px;
}
</style>
</head>
<body>
<div class="wrap">
<a href="javascript:cal.download('christmas')">Download iCal</a>
Look at the console too!
<a href="javascript:cal_single.download('Awesome Day')">Single Event</a>
<br>
<a href="javascript:cal.download('Holidays')">Multiple Events</a>
<br>
<a href="javascript:makelogs(cal)">Console Output</a>
</div>
</html>