UNPKG

simple-jscalendar

Version:
30 lines (23 loc) 736 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jsCalendar</title> <meta name="description" content="jsCalendar example"> <meta name="author" content="GramThanos"> <!-- jsCalendar --> <link rel="stylesheet" type="text/css" href="../source/jsCalendar.css"> <script type="text/javascript" src="../source/jsCalendar.js"></script> <!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script> <![endif]--> </head> <body> <!-- Material theme --> <div class="auto-jsCalendar material-theme"></div> <!-- Material theme is build into the default jsCalendar.css so you don't need to include any other files. --> </body> </html>