Random Number Generator

Click the button below to generate a random number between 1 and 1000:

``` This code creates a simple web page with a button. When you click the button, it generates a random number between 1 and 1000 and displays it on the page. You can customize the range by changing the `minNumber` and `maxNumber` variables in the JavaScript code.