1.0.0 • Published 2 years ago

lab5.vlsu v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Installation

In HTML:

 <script src="dist/bundle.js"></script>
    <script>
        var timeDiv = this.document.getElementById("timeDiv");
        timeDiv.innerText = 'Current timestamp: ' + lab5.getTimeNow();
    </script>
1.0.0

2 years ago