simple-jscalendar
Version:
Just a simple javascript calendar
37 lines (28 loc) • 1.01 kB
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">
<link rel="stylesheet" type="text/css" href="../themes/jsCalendar.micro.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>
<!-- Default theme -->
<div class="auto-jsCalendar micro-theme"></div>
<!--
You need to include both the jsCalendar.css and the jsCalendar.micro.css files
to use this theme.
-->
<!-- Micro Material theme -->
<div class="auto-jsCalendar material-theme micro-theme orange"></div>
<!-- Micro Classic theme -->
<div class="auto-jsCalendar classic-theme micro-theme green"></div>
</body>
</html>