diff options
Diffstat (limited to 'AutoVideos.html')
-rw-r--r-- | AutoVideos.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AutoVideos.html b/AutoVideos.html index 3ff960b..ba81097 100644 --- a/AutoVideos.html +++ b/AutoVideos.html @@ -17,7 +17,7 @@ <h2>AutoVideos</h2>
<p>AutoVideos is a program that creates computer generated videos.<br>
- For an explanation of AutoAudio, go <a href="explanation.html">here</a>
+ For an explanation of AutoVideos, go <a href="explanation.html">here</a>
First click the create button then the download button.<br>
If the download button doesn't work, just right click on the image then click "Save image as...".
Change X and Y to change the resolution of the image.<br>
@@ -47,7 +47,7 @@ </form>
<br>
- <button onclick="create();" type='button' class="btn btn-success">Create</button>
+ <button onclick="start();" type='button' id='Create' class="btn btn-success">Create</button>
<br><br>
<p id='Time'></p>
|