simple-jscalendar
Version:
Just a simple javascript calendar
30 lines (23 loc) • 736 B
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>