+ 1
how to use all of this script in web
2 odpowiedzi
+ 6
Just write the script on any text editor and save it as html file (.htm) and run the file on your favorite browser.
0
You have to start it as html format and use the <script> tag ...
<!DOCTYPE html>
<html>
<head>
<script>
//your script here
</script>
</head>
</html>
And then save it as a .html file(to run just open with browser of choice)