- Downloaded the file next_trial.zip, want to know how to use it after unzip.
You will have to place the folders into your web server and reference them from your HTML. e.g.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../next/dest/css/next.css">
<script src="../next/dest/js/next.js"></script>
<script src="Data.js"></script>
<script src="Shell.js"></script>
</head>
<body>
</body>
</html>
The CSS & script src needs to point to the next.css & next.js on your webserver.
Let me know if you need more details.
Comments
0 comments
Please sign in to leave a comment.