cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
525
Views
1
Helpful
1
Replies

how to use next_trial.zip

timwukp
Level 1
Level 1

HI,

when I download the file next_trial.zip, how to use it after unzip? I saw there has CSS, Doc, JS folder.  Thanks

1 Reply 1

zazqwedcf
Level 1
Level 1

Hi,

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.

Cheers.