| Current Path : /home/kamilrogam/komp/2018/180513/git/2/ |
| Current File : /home/kamilrogam/komp/2018/180513/git/2/index.html |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <form action=""> <div class="group"> <label for="arrayElement">Podaj liczbę</label> <input type="number" id="arrayElement" min="0" value="1"> </div> <div class="group"> <button class="btn" id="btn-add" type="button">Add</button> <button class="btn" id="btn-solve" type="button">Solve it</button> <button class="btn" id="btn-reset" type="reset" style='display: none'>Reset</button> </div> <div class="custom-output" id="output" style="display:none"></div> <div class="custom-output" id="solve-output" style="display:none"></div> </form> <script src="app.js"></script> </body> </html>