diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-22 15:10:43 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-22 15:10:43 +0300 |
commit | 52b100ad168c10ea44b1df7b89b71ae177ae835a (patch) | |
tree | 2549619528630ec6c9c26e9b30b6a7fa91932fa2 /rannak/mangud/perenaine/ristsona/index.html | |
parent | ffdb767de352bb82253e241b6ad996e7b06fee17 (diff) |
perenaine memory final
Diffstat (limited to 'rannak/mangud/perenaine/ristsona/index.html')
-rw-r--r-- | rannak/mangud/perenaine/ristsona/index.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/rannak/mangud/perenaine/ristsona/index.html b/rannak/mangud/perenaine/ristsona/index.html index 9089c33..a1f2c7e 100644 --- a/rannak/mangud/perenaine/ristsona/index.html +++ b/rannak/mangud/perenaine/ristsona/index.html @@ -14,7 +14,11 @@ <div class="container text-white text-center"> <h1>Ristsõna</h1> - <p>Lahenda ristsõna, vastuseks tuleb retsept?</p> + + <p>Lahenda ristsõna, mille lahenduse + retsepti koostiosad on vastused + küsimustele (vist eks?) + </p> <div class="text-center"> @@ -23,12 +27,20 @@ </div> <div class="text-center inputBox"> + <label for="quantity">Nr:</label> - <input type="number" id="number" name="number" placeholder="1" min="1" max="12"> + <input type="number" id="inputNr" name="number" min="1" max="12"> <input type="text" placeholder="Vastus " id="inputId"> <button type="button" onclick="getInputValue();">Proovi</button> + + <div class="messageBox"> + siia tuleb info + </div> + </div> + + </div> </div> |