forked from Zallist/TimeScheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Calendar.html
31 lines (22 loc) · 843 Bytes
/
Calendar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head runat="server">
<title>Calendar</title>
<link href="css/jquery-ui.css" rel="stylesheet" />
<link href="css/jquery.ui.theme.css" rel="stylesheet" />
<link href="css/timelineScheduler.css" rel="stylesheet" />
<link href="css/timelineScheduler.styling.css" rel="stylesheet" />
<link href="css/calendar.css" rel="stylesheet" />
<script src="js/moment.min.js"></script>
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery-ui-1.10.2.min.js"></script>
<script src="js/timelineScheduler.js"></script>
<script src="js/calendar.js"></script>
</head>
<body>
<div class="calendar">
</div>
<div class="realtime-info">
</div>
</body>
</html>