This commit is contained in:
Sriram Hariharan
2018-08-11 16:32:26 -05:00
parent 76446c1f0f
commit 1beb77187f
7 changed files with 654 additions and 547 deletions

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html>
<head>
<link rel='stylesheet' href='css/fullcalendar.css' />
<link rel='stylesheet' href='css/_materialFullCalendar.css' />
@@ -8,7 +9,7 @@
</head>
<body>
<div id='calendar'></div>
<div id='calendar' style="height:50%; width: 60%"></div>
</body>
<script src='js/calendar.js'></script>