Last change
on this file since 044bd76 was 044bd76, checked in by Gjoko <goko_kostadinov@…>, 22 months ago |
Adding initial calendar version
|
-
Property mode
set to
100644
|
File size:
700 bytes
|
Rev | Line | |
---|
[204464d] | 1 | <!DOCTYPE html>
|
---|
[044bd76] | 2 | <html>
|
---|
[204464d] | 3 | <head>
|
---|
[044bd76] | 4 | <title>FullCalendar by Creative Tim </title>
|
---|
| 5 |
|
---|
| 6 | <meta charset="utf-8"/>
|
---|
| 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
---|
| 8 |
|
---|
| 9 |
|
---|
| 10 | <link href='css/fullcalendar.css' rel='stylesheet'/>
|
---|
| 11 | <link href='css/fullcalendar.print.css' rel='stylesheet' media='print'/>
|
---|
[204464d] | 12 | </head>
|
---|
| 13 | <body>
|
---|
[044bd76] | 14 | <div id='wrap'>
|
---|
| 15 | <div id='calendar'></div>
|
---|
| 16 | <div style='clear:both'></div>
|
---|
| 17 | </div>
|
---|
| 18 | <script src='js/jquery-1.10.2.js' type="text/javascript"></script>
|
---|
| 19 | <script src='js/jquery-ui.custom.min.js' type="text/javascript"></script>
|
---|
| 20 | <script src='js/fullcalendar.js' type="text/javascript"></script>
|
---|
| 21 | <script src="js/homepage.js" type="text/javascript"></script>
|
---|
[204464d] | 22 | </body>
|
---|
[044bd76] | 23 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.