diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-30 15:43:39 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-30 15:43:39 -0400 |
commit | afff994f985121e89de4b1e3bb509b62eb956e5a (patch) | |
tree | 6922c0afb6838accdb174ace803b6d4d144a5c7e /AutoVideos.html | |
parent | 2dbaaff4929d095c5572675b7477458760f9a6e7 (diff) |
Added loading message
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>
|