- Simple digital clock made with JavaScript that doesn't require any JQuery library
- Copy the minified version from dist folder in your scripts or javascript folder
- Import the script at the buttom of your HTML page :
<script src="./scripts/clock.min.js"></script>
- Use this div where you want to display the clock :
<div class="clock"></div>