18 lines
618 B
HTML
18 lines
618 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<style type="text/css" src="https://github.com/nwcell/ics.js/demo/style.css"></style>
|
|
|
|
<script type="text/javascript" src="https://github.com/nwcell/ics.js/ics.deps.min.js"></script>
|
|
<script type="text/javascript" src="https://github.com/nwcell/ics.js/demo/demo.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<a href="#" onclick="javascript:cal_single.download('Awesome Day')">Single Event</a>
|
|
<br>
|
|
<a href="#" onclick="javascript:cal.download('Holidays')">Multiple Events</a>
|
|
<br>
|
|
<a href="#" onclick="javascript:makelogs(cal)">Console Output</a>
|
|
</div>
|
|
</html>
|