live updating of calendar

This commit is contained in:
Sriram Hariharan
2018-08-11 19:45:24 -05:00
parent 1beb77187f
commit b92a42ed41
3 changed files with 40 additions and 19 deletions

View File

@@ -9,7 +9,7 @@
</head>
<body>
<div id='calendar' style="height:50%; width: 60%"></div>
<div id='calendar' style=" width: 65%; margin-left:auto; margin-right:auto;"></div>
</body>
<script src='js/calendar.js'></script>