This site written in Italian simply at the click of the button returns a random number
The folder index.html contains the page html with already integrated javascript script that you find in the folder scripts.js. To change the page design you need to edit the css file style.css. To change the maximum number that the number generator can reach, therefore the limit number, simply change this number in the script by replacing it with the maximum number you want: Simply because the number entered is taken as the maximum number and therefore is not taken into consideration, therefore it cannot come out among the numbers drawn, for this you must always write the max number you want to insert +1 so that the number you have selected can also come out, for example if I want the maximum to be 18 I will put 19 and so on