diff --git a/index.pug b/index.pug index d15ee22..fd23db2 100644 --- a/index.pug +++ b/index.pug @@ -17,7 +17,7 @@ html(lang="en-gb") br textarea#game-data(placeholder="Paste your game data here or use the file chooser button above") button.pagination.prev previous - button.pagination.next#game-data-next next + button.pagination.next#game-data-next(disabled=true) next .page.image h2 image .image-container @@ -32,6 +32,6 @@ html(lang="en-gb") br button#download download button.pagination.prev add another image - button.pagination.start start again + button.pagination.start#reset start again script(type="module") include script.js